summaryrefslogtreecommitdiff
path: root/plan9
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 /plan9
parent56713ab45217704e3741b391feb10b4ab37c188b (diff)
downloadperl-d45c0d11c1c4f0389f94233f01562341113ed498.tar.gz
Default i_sysyscall to undef
Diffstat (limited to 'plan9')
-rw-r--r--plan9/config_sh.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample
index 0d0898da86..b6e5d9cd6d 100644
--- a/plan9/config_sh.sample
+++ b/plan9/config_sh.sample
@@ -804,7 +804,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='define'