diff options
Diffstat (limited to 'NetWare')
-rw-r--r-- | NetWare/netware.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/NetWare/netware.h b/NetWare/netware.h index bd1a4c2cd3..f9ae1bf2c7 100644 --- a/NetWare/netware.h +++ b/NetWare/netware.h @@ -69,6 +69,8 @@ typedef u_int SOCKET; EXTERN_C void Perl_nw5_init(int *argcp, char ***argvp); +#define PTHREAD_ATFORK(prepare,parent,child) NOOP + /* * This provides a layer of functions and macros to ensure extensions will * get to use the same RTL functions as the core. |