diff options
Diffstat (limited to 'libc/unistd')
-rw-r--r-- | libc/unistd/sysconf.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/unistd/sysconf.c b/libc/unistd/sysconf.c index b92498b23..b7cb4946f 100644 --- a/libc/unistd/sysconf.c +++ b/libc/unistd/sysconf.c @@ -38,9 +38,6 @@ #include <sysdep.h> #endif -#ifdef HAVE_LINUX_CPUMASK_H -# include <linux/cpumask.h> -#endif #ifndef num_present_cpus # define num_present_cpus() (1) #endif |