Header reorganizsateion - Please refer to ChangeLog

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17407 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
ayers 2003-07-31 23:49:32 +00:00
parent 15430c49b1
commit 73dc4cb9f6
238 changed files with 694 additions and 544 deletions

View file

@ -27,8 +27,8 @@ Boston, MA 02111-1307, USA. */
#include <pthread.h>
#include <stdarg.h>
#include "gnustep/base/objc-gnu2next.h"
#include "gnustep/base/thr-mach.h"
#include "GNUstepBase/objc-gnu2next.h"
#include "GNUstepBase/thr-mach.h"
/* Key structure for maintaining thread specific storage */
static pthread_key_t _objc_thread_storage;