We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2254c05 commit 570cbb7Copy full SHA for 570cbb7
ext/pcntl/pcntl.c
@@ -125,7 +125,7 @@ typedef psetid_t cpu_set_t;
125
#include <pthread/qos.h>
126
#endif
127
128
-#if defined(__linux__) && defined(HAVE_DECL_SYS_WAITID) && HAVE_DECL_SYS_WAITID == 1 && defined(HAVE_SYSCALL) && HAVE_SYSCALL == 1
+#if defined(__linux__) && defined(HAVE_DECL_SYS_WAITID) && HAVE_DECL_SYS_WAITID == 1 && defined(HAVE_SYSCALL)
129
#define HAVE_LINUX_RAW_SYSCALL_WAITID 1
130
131
0 commit comments