summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorArtur Bergman <sky@nanisky.com>2001-07-12 02:58:21 +0200
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-12 00:52:36 +0000
commite5dd39fcc65538f6d292cb5228105f85fe9eff3e (patch)
tree4e71359b578678b76ffee5e922b8299458ae2c58 /intrpvar.h
parent0698c26b0962200032e136c010a6eead072d5cf4 (diff)
downloadperl-e5dd39fcc65538f6d292cb5228105f85fe9eff3e.tar.gz
Use reentrant API glibc
Message-ID: <B772A6AD.2288%artur@contiller.se> p4raw-id: //depot/perl@11283
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/intrpvar.h b/intrpvar.h
index 6447b272c4..a346ffee4a 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -478,6 +478,8 @@ PERLVAR(Inumeric_radix_sv, SV *) /* The radix separator if not '.' */
#if defined(USE_ITHREADS)
PERLVAR(Iregex_pad, SV**) /* All regex objects */
PERLVAR(Iregex_padav, AV*) /* All regex objects */
+
+PERLVAR(Ireentrant_buffer, REBUF*) /* were we store _r buffers */
#endif
/* New variables must be added to the very end for binary compatibility.