summaryrefslogtreecommitdiff
path: root/pthread.h
diff options
context:
space:
mode:
authorbje <bje>1998-10-03 02:21:29 +0000
committerbje <bje>1998-10-03 02:21:29 +0000
commitce8809431aff8535cf7872618e1de582cd37c0d0 (patch)
tree592b090f8a644e9ac0c91430c259d93ba418eb64 /pthread.h
parent0d5feb67116fbf3b3f0186e51686e18985fa42da (diff)
1998-10-03 Ben Elliston <bje@cygnus.com>
* pthread.h: No need to include <unistd.h>. It doesn't even exist on Win32! Again, an artifact of cross-compilation.
Diffstat (limited to 'pthread.h')
-rw-r--r--pthread.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/pthread.h b/pthread.h
index 88d52c1..b657ed5 100644
--- a/pthread.h
+++ b/pthread.h
@@ -33,7 +33,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#endif /* HAVE_CONFIG_H */
#include <windows.h>
-#include <unistd.h>
#include <time.h>
#ifdef HAVE_SIGNAL_H