diff options
author | Laszlo Molnar <laszlo.molnar@eth.ericsson.se> | 1998-02-25 12:17:07 +0100 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-02-25 15:36:38 +0000 |
commit | 9731c6ca89275fa6ca122bfe3be4600e5836a905 (patch) | |
tree | b8a12b2ca4810de346b17471c3a936465bd8dccd /thread.h | |
parent | 252aaa99f59e027e0db4a41b048793d272c20d50 (diff) | |
download | perl-9731c6ca89275fa6ca122bfe3be4600e5836a905.tar.gz |
dos-djgpp update
p4raw-id: //depot/perl@584
Diffstat (limited to 'thread.h')
-rw-r--r-- | thread.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,7 @@ # include <win32thread.h> #else +#ifndef DJGPP /* POSIXish threads */ #ifdef OLD_PTHREADS_API # define pthread_mutexattr_init(a) pthread_mutexattr_create(a) @@ -22,6 +23,7 @@ # define pthread_condattr_default NULL #endif /* OLD_PTHREADS_API */ #endif +#endif #ifdef PTHREADS_CREATED_JOINABLE # define ATTR_JOINABLE PTHREAD_CREATE_JOINABLE |