summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl.straw/lib/auto/POSIX/SigAction/mask.al
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl.straw/lib/auto/POSIX/SigAction/mask.al')
-rwxr-xr-xMaster/tlpkg/tlperl.straw/lib/auto/POSIX/SigAction/mask.al9
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/tlpkg/tlperl.straw/lib/auto/POSIX/SigAction/mask.al b/Master/tlpkg/tlperl.straw/lib/auto/POSIX/SigAction/mask.al
new file mode 100755
index 00000000000..bc8bd31e8c0
--- /dev/null
+++ b/Master/tlpkg/tlperl.straw/lib/auto/POSIX/SigAction/mask.al
@@ -0,0 +1,9 @@
+# NOTE: Derived from ..\..\lib\POSIX.pm.
+# Changes made here will be lost when autosplit is run again.
+# See AutoSplit.pm.
+package POSIX::SigAction;
+
+#line 985 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\SigAction\mask.al)"
+sub mask { $_[0]->{MASK} = $_[1] if @_ > 1; $_[0]->{MASK} };
+# end of POSIX::SigAction::mask
+1;