summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2023-10-09 10:48:38 +1100
committerNathan Scott <nathans@redhat.com>2023-10-10 09:18:47 +1100
commit4103c23327359a0bd6385c2f891554f206fec397 (patch)
tree30eec810c157643b63713af1776d9bfb1de141c6 /configure.ac
parent2978af01a79d1627d7fa90fda0efec9cf774d901 (diff)
strchrnul is a GNU libc extension, add a wrapper for other platforms
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c05f4d62..16d1fb9a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -297,6 +297,7 @@ AC_CHECK_FUNCS([ \
readlinkat \
sched_getscheduler \
sched_setscheduler \
+ strchrnul \
])
if test "$my_htop_platform" = darwin; then

© 2014-2024 Faster IT GmbH | imprint | privacy policy