diff options
-rw-r--r-- | libc/sysdeps/linux/common/sched_getaffinity.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/common/sched_getaffinity.c b/libc/sysdeps/linux/common/sched_getaffinity.c index da1acc855..6c12ba116 100644 --- a/libc/sysdeps/linux/common/sched_getaffinity.c +++ b/libc/sysdeps/linux/common/sched_getaffinity.c @@ -23,8 +23,6 @@ #include <sys/types.h> #include <sys/syscall.h> -#ifdef INTERNAL_SYSCALL /* remove this when all archs has this #defined */ - #include <string.h> #include <sys/param.h> #include <sys/types.h> @@ -48,5 +46,5 @@ int sched_getaffinity(pid_t pid, size_t cpusetsize, cpu_set_t *cpuset) } return res; } -#endif + #endif |