diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-14 13:48:46 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-14 13:48:46 +0000 |
commit | a4af207cede5b404b66a75e2aef9bcb3117451b7 (patch) | |
tree | f876df98ca5abb3c71199ba833ca76221e53657c /pp_sys.c | |
parent | aa418cf14f5423600e2de800942ca69bd80882ac (diff) | |
download | perl-a4af207cede5b404b66a75e2aef9bcb3117451b7.tar.gz |
reentr.h affects more C files than just reentr.c
p4raw-id: //depot/perl@16591
Diffstat (limited to 'pp_sys.c')
-rw-r--r-- | pp_sys.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -173,6 +173,8 @@ static char zero_but_true[ZBTLEN + 1] = "0 but true"; # define FD_CLOEXEC 1 /* NeXT needs this */ #endif +#include "reentr.h" + #undef PERL_EFF_ACCESS_R_OK /* EFFective uid/gid ACCESS R_OK */ #undef PERL_EFF_ACCESS_W_OK #undef PERL_EFF_ACCESS_X_OK |