diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-09-17 09:06:18 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-09-17 09:06:18 +0000 |
commit | 190b66db30c5b4467a9e439fe4e44f8a26f62f90 (patch) | |
tree | a7f3f5c06d8f04d2cf1e3c5086c4359ede02b462 /Configure | |
parent | faccc3df70d52167fc8db0cffe80b75c7537b839 (diff) | |
download | perl-190b66db30c5b4467a9e439fe4e44f8a26f62f90.tar.gz |
Configure maintenance. It's sigaction.sa_flags
and the Glossary regen'ed.
p4raw-id: //depot/cfgperl@4165
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Tue Sep 14 23:20:30 EET DST 1999 [metaconfig 3.0 PL70] +# Generated on Fri Sep 17 12:06:13 EET DST 1999 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <<EOF @@ -10185,7 +10185,7 @@ if set sigaction val -f d_sigaction; eval $csym; $val; then int main() { struct sigaction act, oact; - act.flags = 0; + act.sa_flags = 0; oact.sa_handler = 0; } EOP |