summaryrefslogtreecommitdiff
path: root/uconfig64.sh
diff options
context:
space:
mode:
authorH.Merijn Brand <perl5@tux.freedom.nl>2023-04-30 10:55:57 +0200
committerH.Merijn Brand <perl5@tux.freedom.nl>2023-04-30 11:29:23 +0200
commitd45c0d11c1c4f0389f94233f01562341113ed498 (patch)
treea7a55d34feae042a5f1662fbb6c6da665963652e /uconfig64.sh
parent56713ab45217704e3741b391feb10b4ab37c188b (diff)
downloadperl-d45c0d11c1c4f0389f94233f01562341113ed498.tar.gz
Default i_sysyscall to undef
Diffstat (limited to 'uconfig64.sh')
-rw-r--r--uconfig64.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/uconfig64.sh b/uconfig64.sh
index 73fd813977..70bc6274cb 100644
--- a/uconfig64.sh
+++ b/uconfig64.sh
@@ -718,7 +718,7 @@ i_syssockio='undef'
i_sysstat='define'
i_sysstatfs='undef'
i_sysstatvfs='undef'
-i_syssyscall='define'
+i_syssyscall='undef'
i_systime='undef'
i_systimek='undef'
i_systimes='undef'