From b7ca08e773b64e7b54354141e34d929f2d1bb9cc Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sat, 15 Nov 2008 15:54:53 +0000 Subject: - Remove linux-specific prototypes if asked to. --- include/sched.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sched.h') diff --git a/include/sched.h b/include/sched.h index 7cfdbf1f9..5f3bd8fc1 100644 --- a/include/sched.h +++ b/include/sched.h @@ -63,7 +63,7 @@ extern int sched_get_priority_min (int __algorithm) __THROW; extern int sched_rr_get_interval (__pid_t __pid, struct timespec *__t) __THROW; -#ifdef __USE_GNU +#if defined __USE_GNU && defined __UCLIBC_LINUX_SPECIFIC__ /* Access macros for `cpu_set'. */ #define CPU_SETSIZE __CPU_SETSIZE #define CPU_SET(cpu, cpusetp) __CPU_SET (cpu, cpusetp) -- cgit v1.2.3