From 645002f7e8a45e039ab1366304b5013877b84797 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 5 Jan 2008 23:27:35 +0000 Subject: this code does not actually rely on INTERNAL_SYSCALL --- libc/sysdeps/linux/common/sched_getaffinity.c | 4 +--- 1 file changed, 1 insertion(+), 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 #include -#ifdef INTERNAL_SYSCALL /* remove this when all archs has this #defined */ - #include #include #include @@ -48,5 +46,5 @@ int sched_getaffinity(pid_t pid, size_t cpusetsize, cpu_set_t *cpuset) } return res; } -#endif + #endif -- cgit v1.2.3