]> git.saurik.com Git - apple/libc.git/blobdiff - pthreads/pthread.h
Libc-339.tar.gz
[apple/libc.git] / pthreads / pthread.h
index 598e7f0dd759bff02d1032b37502700fe33fdf17..863c6ccf55323735b3c4e8c2877c53efe82aec4d 100644 (file)
@@ -3,6 +3,8 @@
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
+ * Copyright (c) 1999-2003 Apple Computer, Inc.  All Rights Reserved.
+ * 
  * This file contains Original Code and/or Modifications of Original Code
  * as defined in and that are subject to the Apple Public Source License
  * Version 2.0 (the 'License'). You may not use this file except in
@@ -61,6 +63,7 @@
 #include <unistd.h>
 #include <limits.h>
 #include <signal.h>
+#include <sys/types.h> /* temporary - need to fix correctly */
 
 #ifndef _POSIX_C_SOURCE
 #include <mach/mach_types.h>
 
 /* These will be moved to unistd.h */
 
-
-/* These two should be defined also */
-#undef  _POSIX_THREAD_PROCESS_SHARED
-#undef  _POSIX_THREAD_SAFE_FUNCTIONS
-
 /*
  * Note: These data structures are meant to be opaque.  Only enough
  * structure is exposed to support initializers.