diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-09 13:19:34 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-09 13:19:34 +0000 |
commit | 02971690af903a9fce07d2815215087acfa9729e (patch) | |
tree | 3254ddb47bb4a440f16f1da0b88ea88eac10d37f /NetWare | |
parent | 5ebfc105e2bc97d07e09c98b186b614bffb0a233 (diff) | |
download | perl-02971690af903a9fce07d2815215087acfa9729e.tar.gz |
Netware tweak from Ananth Kesari.
p4raw-id: //depot/perl@11233
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. |