mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fix wrong version commit
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28613 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
418330b29d
commit
d626a852e5
1 changed files with 4 additions and 3 deletions
|
@ -27,13 +27,14 @@
|
|||
// them. Other platforms have more sensible libcs, which just default to being
|
||||
// standards-compliant.
|
||||
#define _XOPEN_SOURCE 500
|
||||
#include <pthread.h>
|
||||
#import "GNUstepBase/GSConfig.h"
|
||||
#define gs_cond_t pthread_cond_t
|
||||
#define gs_mutex_t pthread_mutex_t
|
||||
#include <pthread.h>
|
||||
#include "Foundation/NSLock.h"
|
||||
#import "Foundation/NSLock.h"
|
||||
#include <math.h>
|
||||
#include <errno.h>
|
||||
#include "Foundation/NSException.h"
|
||||
#import "Foundation/NSException.h"
|
||||
|
||||
/**
|
||||
* Methods shared between NSLock, NSRecursiveLock, and NSCondition
|
||||
|
|
Loading…
Reference in a new issue