mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
internal workaround for clang namespace pollution.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33993 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c5301052a1
commit
eb8b275c1f
28 changed files with 39 additions and 81 deletions
|
@ -86,14 +86,10 @@
|
|||
#import "GSPrivate.h"
|
||||
#import "GNUstepBase/NSObject+GNUstepBase.h"
|
||||
#include <stdio.h>
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h> /* SEEK_* on SunOS 4 */
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_MMAP
|
||||
#include <unistd.h>
|
||||
#include <sys/mman.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/mman.h>
|
||||
#include <fcntl.h>
|
||||
#ifndef MAP_FAILED
|
||||
#define MAP_FAILED ((void*)-1) /* Failure address. */
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue