fix wrong sigaction syscall ABI on mips*, or1k, microblaze, riscv64
[musl] / src / linux / clone.c
index b9e5594..8c1af7d 100644 (file)
@@ -1,5 +1,7 @@
+#define _GNU_SOURCE
 #include <stdarg.h>
 #include <unistd.h>
+#include <sched.h>
 #include "pthread_impl.h"
 #include "syscall.h"