diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/auto/POSIX/SigAction')
5 files changed, 0 insertions, 51 deletions
diff --git a/Master/tlpkg/tlperl/lib/auto/POSIX/SigAction/flags.al b/Master/tlpkg/tlperl/lib/auto/POSIX/SigAction/flags.al deleted file mode 100644 index 32cf8dac85e..00000000000 --- a/Master/tlpkg/tlperl/lib/auto/POSIX/SigAction/flags.al +++ /dev/null @@ -1,9 +0,0 @@ -# NOTE: Derived from ..\..\lib\POSIX.pm. -# Changes made here will be lost when autosplit is run again. -# See AutoSplit.pm. -package POSIX::SigAction; - -#line 981 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\SigAction\flags.al)" -sub flags { $_[0]->{FLAGS} = $_[1] if @_ > 1; $_[0]->{FLAGS} }; -# end of POSIX::SigAction::flags -1; diff --git a/Master/tlpkg/tlperl/lib/auto/POSIX/SigAction/handler.al b/Master/tlpkg/tlperl/lib/auto/POSIX/SigAction/handler.al deleted file mode 100644 index 817f1f0f639..00000000000 --- a/Master/tlpkg/tlperl/lib/auto/POSIX/SigAction/handler.al +++ /dev/null @@ -1,9 +0,0 @@ -# NOTE: Derived from ..\..\lib\POSIX.pm. -# Changes made here will be lost when autosplit is run again. -# See AutoSplit.pm. -package POSIX::SigAction; - -#line 979 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\SigAction\handler.al)" -sub handler { $_[0]->{HANDLER} = $_[1] if @_ > 1; $_[0]->{HANDLER} }; -# end of POSIX::SigAction::handler -1; diff --git a/Master/tlpkg/tlperl/lib/auto/POSIX/SigAction/mask.al b/Master/tlpkg/tlperl/lib/auto/POSIX/SigAction/mask.al deleted file mode 100644 index 772fc89acc1..00000000000 --- a/Master/tlpkg/tlperl/lib/auto/POSIX/SigAction/mask.al +++ /dev/null @@ -1,9 +0,0 @@ -# NOTE: Derived from ..\..\lib\POSIX.pm. -# Changes made here will be lost when autosplit is run again. -# See AutoSplit.pm. -package POSIX::SigAction; - -#line 980 "..\..\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; diff --git a/Master/tlpkg/tlperl/lib/auto/POSIX/SigAction/new.al b/Master/tlpkg/tlperl/lib/auto/POSIX/SigAction/new.al deleted file mode 100644 index 7f7b34ae252..00000000000 --- a/Master/tlpkg/tlperl/lib/auto/POSIX/SigAction/new.al +++ /dev/null @@ -1,11 +0,0 @@ -# NOTE: Derived from ..\..\lib\POSIX.pm. -# Changes made here will be lost when autosplit is run again. -# See AutoSplit.pm. -package POSIX::SigAction; - -#line 976 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\SigAction\new.al)" -package POSIX::SigAction; - -sub new { bless {HANDLER => $_[1], MASK => $_[2], FLAGS => $_[3] || 0, SAFE => 0}, $_[0] } -# end of POSIX::SigAction::new -1; diff --git a/Master/tlpkg/tlperl/lib/auto/POSIX/SigAction/safe.al b/Master/tlpkg/tlperl/lib/auto/POSIX/SigAction/safe.al deleted file mode 100644 index 0922eb774d3..00000000000 --- a/Master/tlpkg/tlperl/lib/auto/POSIX/SigAction/safe.al +++ /dev/null @@ -1,13 +0,0 @@ -# NOTE: Derived from ..\..\lib\POSIX.pm. -# Changes made here will be lost when autosplit is run again. -# See AutoSplit.pm. -package POSIX::SigAction; - -#line 982 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\SigAction\safe.al)" -sub safe { $_[0]->{SAFE} = $_[1] if @_ > 1; $_[0]->{SAFE} }; - -package POSIX::SigRt; - - -# end of POSIX::SigRt::safe -1; |