From 9731c6ca89275fa6ca122bfe3be4600e5836a905 Mon Sep 17 00:00:00 2001 From: Laszlo Molnar Date: Wed, 25 Feb 1998 12:17:07 +0100 Subject: dos-djgpp update p4raw-id: //depot/perl@584 --- dosish.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dosish.h') diff --git a/dosish.h b/dosish.h index 9abbc5ebbf..3c7f5b58fd 100644 --- a/dosish.h +++ b/dosish.h @@ -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 -- cgit v1.2.1