subprocs: simplify __linux__ check

pull/747/head
nick black 4 years ago
parent 32b1f3937c
commit b9dc9a7f1c
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -7,7 +7,7 @@
#ifdef USING_PIDFD
#error "USING_PIDFD was already defined; it should not be."
#endif
#if (defined(__linux__) && !defined(__sparc__) && !defined(__alpha__))
#if (defined(__linux__))
#include <linux/wait.h>
#include <asm/unistd.h>
#include <linux/sched.h>

Loading…
Cancel
Save