summaryrefslogtreecommitdiffstats
path: root/libc/include/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/include/sched.h')
-rw-r--r--libc/include/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/include/sched.h b/libc/include/sched.h
index 33b9ad6..e702470 100644
--- a/libc/include/sched.h
+++ b/libc/include/sched.h
@@ -69,7 +69,7 @@ extern int sched_rr_get_interval(pid_t pid, struct timespec *tp);
#define CLONE_CHILD_SETTID 0x01000000
#define CLONE_STOPPED 0x02000000
-#ifdef __GNU_SOURCE
+#ifdef _GNU_SOURCE
extern int clone(int (*fn)(void *), void *child_stack, int flags, void* arg, ...);
#endif