summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/perliol.h
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2003-12-03 02:43:04 +0000
committermillert <millert@openbsd.org>2003-12-03 02:43:04 +0000
commit8500990981f885cbe5e6a4958549cacc238b5ae6 (patch)
tree459d709ffae0599d6d549087d270bfb6d2fcf5e6 /gnu/usr.bin/perl/perliol.h
parentsync (diff)
downloadwireguard-openbsd-8500990981f885cbe5e6a4958549cacc238b5ae6.tar.xz
wireguard-openbsd-8500990981f885cbe5e6a4958549cacc238b5ae6.zip
perl 5.8.2 from CPAN
Diffstat (limited to 'gnu/usr.bin/perl/perliol.h')
-rw-r--r--gnu/usr.bin/perl/perliol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/perliol.h b/gnu/usr.bin/perl/perliol.h
index fa399e6f50d..47fe6fc679c 100644
--- a/gnu/usr.bin/perl/perliol.h
+++ b/gnu/usr.bin/perl/perliol.h
@@ -88,6 +88,7 @@ struct _PerlIO {
#define PERLIO_F_OPEN 0x00200000
#define PERLIO_F_FASTGETS 0x00400000
#define PERLIO_F_TTY 0x00800000
+#define PERLIO_F_NOTREG 0x01000000
#define PerlIOBase(f) (*(f))
#define PerlIOSelf(f,type) ((type *)PerlIOBase(f))