summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-05-14 13:48:46 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-05-14 13:48:46 +0000
commita4af207cede5b404b66a75e2aef9bcb3117451b7 (patch)
treef876df98ca5abb3c71199ba833ca76221e53657c
parentaa418cf14f5423600e2de800942ca69bd80882ac (diff)
downloadperl-a4af207cede5b404b66a75e2aef9bcb3117451b7.tar.gz
reentr.h affects more C files than just reentr.c
p4raw-id: //depot/perl@16591
-rw-r--r--locale.c2
-rw-r--r--pp.c2
-rw-r--r--pp_sys.c2
3 files changed, 6 insertions, 0 deletions
diff --git a/locale.c b/locale.c
index 02d546df69..5626688dde 100644
--- a/locale.c
+++ b/locale.c
@@ -29,6 +29,8 @@
# include <langinfo.h>
#endif
+#include "reentr.h"
+
/*
* Standardize the locale name from a string returned by 'setlocale'.
*
diff --git a/pp.c b/pp.c
index 9af36f06c7..7ff513802c 100644
--- a/pp.c
+++ b/pp.c
@@ -17,6 +17,8 @@
#include "perl.h"
#include "keywords.h"
+#include "reentr.h"
+
/* variations on pp_null */
/* XXX I can't imagine anyone who doesn't have this actually _needs_
diff --git a/pp_sys.c b/pp_sys.c
index a7e89a70c3..5ff5c924a6 100644
--- a/pp_sys.c
+++ b/pp_sys.c
@@ -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