summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2015-01-15 16:52:21 +1100
committerTony Cook <tony@develop-help.com>2015-01-27 14:59:18 +1100
commit4388f261169c7e6f89c979e37485e69889f1481b (patch)
treeaa8399e805f22985f9a2a5b585105f74fc6c78e8 /perl.h
parent316a4c4b02869cef6dd06804e1676d77fb35a979 (diff)
downloadperl-4388f261169c7e6f89c979e37485e69889f1481b.tar.gz
PerlIO::scalar write() at large file position
Prevents treating a large file position as negative (or even wrapped).
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index ebfca35950..c2c4a5cc6a 100644
--- a/perl.h
+++ b/perl.h
@@ -1226,6 +1226,7 @@ EXTERN_C char *crypt(const char *, const char *);
# define SS_IVCHAN SS$_IVCHAN
# define SS_NORMAL SS$_NORMAL
# define SS_NOPRIV SS$_NOPRIV
+# define SS_BUFFEROVF SS$_BUFFEROVF
#else
# define LIB_INVARG 0
# define RMS_DIR 0
@@ -1240,6 +1241,7 @@ EXTERN_C char *crypt(const char *, const char *);
# define SS_IVCHAN 0
# define SS_NORMAL 0
# define SS_NOPRIV 0
+# define SS_BUFFEROVF 0
#endif
#ifdef WIN32