Skip to content

Commit 8229d69

Browse files
committed
Guard sys/syscall.h with HAVE_SYS_SYSCALL_H
Guard sys/syscall.h in Modules/posixmodules.c with HAVE_SYS_SYSCALL_H
1 parent a159c68 commit 8229d69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/posixmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
#ifdef HAVE_LINUX_RANDOM_H
154154
# include <linux/random.h> // GRND_RANDOM
155155
#endif
156-
#ifdef HAVE_GETRANDOM_SYSCALL
156+
#ifdef HAVE_SYS_SYSCALL_H
157157
# include <sys/syscall.h> // syscall()
158158
#endif
159159

0 commit comments

Comments
 (0)