diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-17 22:30:30 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-17 22:30:30 +0000 |
commit | 32e30700cf966bf527dceb0482a205346d2d955f (patch) | |
tree | a5b4102b6616576066873d7e95800c248982bb4b /ext/POSIX | |
parent | a7ec2b44b6a6713a67d2b7d1975eb72a28c1caf5 (diff) | |
download | perl-32e30700cf966bf527dceb0482a205346d2d955f.tar.gz |
support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
windows
p4raw-id: //depot/perl@4402
Diffstat (limited to 'ext/POSIX')
-rw-r--r-- | ext/POSIX/POSIX.xs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/POSIX/POSIX.xs b/ext/POSIX/POSIX.xs index 59adb2eecb..dbf2621669 100644 --- a/ext/POSIX/POSIX.xs +++ b/ext/POSIX/POSIX.xs @@ -8,7 +8,7 @@ #define PERLIO_NOT_STDIO 1 #include "perl.h" #include "XSUB.h" -#if defined(PERL_OBJECT) || defined(PERL_CAPI) +#if defined(PERL_OBJECT) || defined(PERL_CAPI) || defined(PERL_IMPLICIT_SYS) # undef signal # undef open # undef setmode |