summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorH.Merijn Brand <perl5@tux.freedom.nl>2023-04-28 17:47:54 +0200
committerH.Merijn Brand <perl5@tux.freedom.nl>2023-04-28 17:49:33 +0200
commit615e36588766a246d9d5f1bbd6065cc888a26df6 (patch)
tree59c3a684d2c5bb17519fdc36919ce01baa996e26 /config_h.SH
parent201e363d2990fb2e2a8c4754fe56a8b9de86ee17 (diff)
downloadperl-615e36588766a246d9d5f1bbd6065cc888a26df6.tar.gz
Add sys/syscall.h probe
Diffstat (limited to 'config_h.SH')
-rwxr-xr-xconfig_h.SH5
1 files changed, 5 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index 0adcd5ce4d..18c90d3a8d 100755
--- a/config_h.SH
+++ b/config_h.SH
@@ -3846,6 +3846,11 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#$i_sysstatvfs I_SYS_STATVFS /**/
+/* I_SYS_SYSCALL:
+ * This symbol, if defined, indicates that <sys/syscall.h> exists.
+ */
+#$i_syssyscall I_SYS_SYSCALL /**/
+
/* I_SYSUTSNAME:
* This symbol, if defined, indicates that <sys/utsname.h> exists and
* should be included.