summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/Fcntl.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Fcntl.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/Fcntl.pm9
1 files changed, 8 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/Fcntl.pm b/Master/tlpkg/tlperl/lib/Fcntl.pm
index cc35ff02be8..fa5f3935025 100644
--- a/Master/tlpkg/tlperl/lib/Fcntl.pm
+++ b/Master/tlpkg/tlperl/lib/Fcntl.pm
@@ -61,7 +61,7 @@ our($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
require Exporter;
require XSLoader;
@ISA = qw(Exporter);
-$VERSION = '1.11';
+$VERSION = '1.13';
XSLoader::load();
@@ -169,18 +169,25 @@ XSLoader::load();
DN_MULTISHOT
DN_RENAME
F_GETLEASE
+ F_GETPIPE_SZ
F_GETSIG
F_NOTIFY
F_SETLEASE
+ F_SETPIPE_SZ
F_SETSIG
LOCK_MAND
LOCK_READ
LOCK_RW
LOCK_WRITE
+ O_ALT_IO
+ O_EVTONLY
O_IGNORE_CTTY
O_NOATIME
O_NOLINK
+ O_NOSIGPIPE
O_NOTRANS
+ O_SYMLINK
+ O_TTY_INIT
), map {@{$_}} values %EXPORT_TAGS);
1;