This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl.h: Add comment, reorder conditional branches
[perl5.git] / ext / Fcntl / Fcntl.pm
index 0e671bb..fa5f393 100644 (file)
@@ -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,9 +169,11 @@ 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