We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d058acb commit 099b168Copy full SHA for 099b168
configure.ac
@@ -398,6 +398,7 @@ langinfo.h \
398
linux/filter.h \
399
linux/sock_diag.h \
400
malloc.h \
401
+os/signpost.h \
402
poll.h \
403
pty.h \
404
pwd.h \
ext/opcache/jit/zend_jit_perf_dump.c
@@ -26,7 +26,7 @@
26
#include <sys/stat.h>
27
#include <fcntl.h>
28
29
-#if !defined(__APPLE__)
+#if !defined(HAVE_OS_SIGNPOST_H)
30
#if defined(__linux__)
31
#include <sys/syscall.h>
32
#elif defined(__darwin__)
0 commit comments