X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=dosish.h;h=cfe253c389716bcbc52ce6b92bb212352f4adc04;hb=a5871d1a83cd3d5c7292135cbb30a336a8552ab0;hp=184d3dfb45a4d3f214dae5c7d8da8a52ee2149d0;hpb=2d7a92375815264badaef23c612657cbd4799f31;p=p5sagit%2Fp5-mst-13.2.git diff --git a/dosish.h b/dosish.h index 184d3df..cfe253c 100644 --- a/dosish.h +++ b/dosish.h @@ -28,8 +28,8 @@ } STMT_END # define pthread_mutexattr_default NULL # define pthread_condattr_default NULL -# define pthread_attr_default NULL # define pthread_addr_t any_t +# define PTHREAD_CREATE_JOINABLE (&err) # endif #else /* DJGPP */ # ifdef WIN32 @@ -122,6 +122,7 @@ # define HAS_UTIME # define HAS_KILL # define HAS_WAIT +# define HAS_CHOWN /* * This provides a layer of functions and macros to ensure extensions will * get to use the same RTL functions as the core.