mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +00:00
* Source/NSProcessInfo.m: Add includes needed for the HAVE_PROCFS
case. * Source/common.h: Correct last commit, the #endif was placed incorrectly. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34041 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
51d3096c8b
commit
6a54c84a72
3 changed files with 13 additions and 4 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2011-10-22 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
|
* Source/NSProcessInfo.m: Add includes needed for the HAVE_PROCFS
|
||||||
|
case.
|
||||||
|
* Source/common.h: Correct last commit, the #endif was placed
|
||||||
|
incorrectly.
|
||||||
|
|
||||||
2011-10-20 Richard Frith-Macdonald <rfm@gnu.org>
|
2011-10-20 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* Source/common.h: Attempt to workaroiund clang __blockproblem
|
* Source/common.h: Attempt to workaroiund clang __blockproblem
|
||||||
|
|
|
@ -105,9 +105,11 @@
|
||||||
#import "GNUstepBase/GSConfig.h"
|
#import "GNUstepBase/GSConfig.h"
|
||||||
#import "Foundation/NSArray.h"
|
#import "Foundation/NSArray.h"
|
||||||
#import "Foundation/NSSet.h"
|
#import "Foundation/NSSet.h"
|
||||||
|
#import "Foundation/NSCharacterSet.h"
|
||||||
#import "Foundation/NSDictionary.h"
|
#import "Foundation/NSDictionary.h"
|
||||||
#import "Foundation/NSDate.h"
|
#import "Foundation/NSDate.h"
|
||||||
#import "Foundation/NSException.h"
|
#import "Foundation/NSException.h"
|
||||||
|
#import "Foundation/NSFileManager.h"
|
||||||
#import "Foundation/NSProcessInfo.h"
|
#import "Foundation/NSProcessInfo.h"
|
||||||
#import "Foundation/NSAutoreleasePool.h"
|
#import "Foundation/NSAutoreleasePool.h"
|
||||||
#import "Foundation/NSHost.h"
|
#import "Foundation/NSHost.h"
|
||||||
|
|
|
@ -59,10 +59,10 @@
|
||||||
# include <unistd.h>
|
# include <unistd.h>
|
||||||
# undef __block
|
# undef __block
|
||||||
# define __block __attribute__((__blocks__(byref)))
|
# define __block __attribute__((__blocks__(byref)))
|
||||||
|
# else
|
||||||
|
# define __block __gs_unistd_block
|
||||||
|
# include <unistd.h>
|
||||||
|
# undef __block
|
||||||
# endif
|
# endif
|
||||||
#else
|
|
||||||
# define __block __gs_unistd_block
|
|
||||||
# include <unistd.h>
|
|
||||||
# undef __block
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue