diff options
author | Brendan O'Dea <bod@debian.org> | 2002-09-04 12:36:10 +1000 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-09-04 13:47:12 +0000 |
commit | 557c0de77f34a6b3bb86c0e3be82c255a426eb96 (patch) | |
tree | 57b4934bd0a9e201ec4f7cba4f601222784bfe0d /ext/POSIX/POSIX.pod | |
parent | 0b9ee88a2cad759969ed3dc0c9b21cd58a60351d (diff) | |
download | perl-557c0de77f34a6b3bb86c0e3be82c255a426eb96.tar.gz |
Re: [PATCH 5.8.0] add accessors for POSIX::SigAction
From: "Brendan O'Dea" <bod@debian.org>
Message-ID: <20020903163610.GA14595@londo.odea.dropbear.id.au>
p4raw-id: //depot/perl@17839
Diffstat (limited to 'ext/POSIX/POSIX.pod')
-rw-r--r-- | ext/POSIX/POSIX.pod | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ext/POSIX/POSIX.pod b/ext/POSIX/POSIX.pod index 286df40ec1..cea5eca36e 100644 --- a/ext/POSIX/POSIX.pod +++ b/ext/POSIX/POSIX.pod @@ -1594,6 +1594,21 @@ function. =back +=over 8 + +=item handler + +=item mask + +=item flags + +accessor functions to get/set the values of a SigAction object. + + $sigset = $sigaction->mask; + $sigaction->flags(&POSIX::SA_RESTART); + +=back + =head2 POSIX::SigSet =over 8 |