Skip to content

Commit 570cbb7

Browse files
vrzapetk
andauthored
Update ext/pcntl/pcntl.c
Co-authored-by: Peter Kokot <peterkokot@gmail.com>
1 parent 2254c05 commit 570cbb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pcntl/pcntl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ typedef psetid_t cpu_set_t;
125125
#include <pthread/qos.h>
126126
#endif
127127

128-
#if defined(__linux__) && defined(HAVE_DECL_SYS_WAITID) && HAVE_DECL_SYS_WAITID == 1 && defined(HAVE_SYSCALL) && HAVE_SYSCALL == 1
128+
#if defined(__linux__) && defined(HAVE_DECL_SYS_WAITID) && HAVE_DECL_SYS_WAITID == 1 && defined(HAVE_SYSCALL)
129129
#define HAVE_LINUX_RAW_SYSCALL_WAITID 1
130130
#endif
131131

0 commit comments

Comments
 (0)