This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
A modified version of
authoranders@broadcom.com <anders@broadcom.com>
Wed, 7 Mar 2001 14:35:24 +0000 (06:35 -0800)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 9 Mar 2001 01:47:16 +0000 (01:47 +0000)
commit1dfe7606714789cb685cd524877388fe1e9008b4
treeed3519776a3dfc75e7f504e2f5ac10d21a5c1d2b
parent3a57e0bb0403a797d32021f5aeec1a7881541f1e
A modified version of

Subject: [ID 20010307.005] POSIX::sigaction has various problems
Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>

Currently the sigaction.t test #6 fails (and is fudged to look
like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
This may well be a genuine bug in Linux sigaction() (since at
least Tru64, Solaris, and HP-UX disagree with Linux).
Anyone with POSIX / SUSv2 tome handy?  The problem is that
the flags of the oldaction don't match with the flags in
the previously installed disposition.

p4raw-id: //depot/perl@9086
MANIFEST
ext/POSIX/POSIX.pm
ext/POSIX/POSIX.xs
t/lib/sigaction.t [new file with mode: 0644]