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 /dosish.h | |
parent | 252aaa99f59e027e0db4a41b048793d272c20d50 (diff) | |
download | perl-9731c6ca89275fa6ca122bfe3be4600e5836a905.tar.gz |
dos-djgpp update
p4raw-id: //depot/perl@584
Diffstat (limited to 'dosish.h')
-rw-r--r-- | dosish.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ # define pthread_mutexattr_default NULL # define pthread_condattr_default NULL # define pthread_addr_t any_t +# define PTHREAD_CREATE_JOINABLE (&err) # endif #else /* DJGPP */ # ifdef WIN32 |