summaryrefslogtreecommitdiff
path: root/Cross
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 /Cross
parent56713ab45217704e3741b391feb10b4ab37c188b (diff)
downloadperl-d45c0d11c1c4f0389f94233f01562341113ed498.tar.gz
Default i_sysyscall to undef
Diffstat (limited to 'Cross')
-rw-r--r--Cross/config.sh-arm-linux2
-rw-r--r--Cross/config.sh-arm-linux-n7702
2 files changed, 2 insertions, 2 deletions
diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux
index 459055442b..46d208f0c2 100644
--- a/Cross/config.sh-arm-linux
+++ b/Cross/config.sh-arm-linux
@@ -810,7 +810,7 @@ i_syssockio='undef'
i_sysstat='define'
i_sysstatfs='define'
i_sysstatvfs='define'
-i_syssyscall='define'
+i_syssyscall='undef'
i_systime='define'
i_systimek='undef'
i_systimes='define'
diff --git a/Cross/config.sh-arm-linux-n770 b/Cross/config.sh-arm-linux-n770
index a0c41dd70f..21eb2dcb26 100644
--- a/Cross/config.sh-arm-linux-n770
+++ b/Cross/config.sh-arm-linux-n770
@@ -808,7 +808,7 @@ i_syssockio='undef'
i_sysstat='define'
i_sysstatfs='define'
i_sysstatvfs='define'
-i_syssyscall='define'
+i_syssyscall='undef'
i_systime='define'
i_systimek='undef'
i_systimes='define'