summaryrefslogtreecommitdiff
path: root/XSUB.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-12-01 01:00:09 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-12-01 01:00:09 +0000
commit98cdd5a67a8259647997737bf2cec0ff79f7c012 (patch)
tree700a30f3a9c7640a0c123dc9608fc998df8ecfb4 /XSUB.h
parentf62909b952e9ee2b286bebc76bd6582ac3548917 (diff)
downloadperl-98cdd5a67a8259647997737bf2cec0ff79f7c012.tar.gz
more complete pseudo-fork() support for Windows
p4raw-id: //depot/perl@4602
Diffstat (limited to 'XSUB.h')
-rw-r--r--XSUB.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/XSUB.h b/XSUB.h
index 9eee838083..e9b6dc3d45 100644
--- a/XSUB.h
+++ b/XSUB.h
@@ -238,6 +238,7 @@
# define setjmp PerlProc_setjmp
# define longjmp PerlProc_longjmp
# define signal PerlProc_signal
+# define getpid PerlProc_getpid
# define htonl PerlSock_htonl
# define htons PerlSock_htons
# define ntohl PerlSock_ntohl