summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-09-17 09:06:18 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-09-17 09:06:18 +0000
commit190b66db30c5b4467a9e439fe4e44f8a26f62f90 (patch)
treea7f3f5c06d8f04d2cf1e3c5086c4359ede02b462 /Configure
parentfaccc3df70d52167fc8db0cffe80b75c7537b839 (diff)
downloadperl-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-xConfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configure b/Configure
index 0299770583..0d497fd05b 100755
--- a/Configure
+++ b/Configure
@@ -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