summaryrefslogtreecommitdiff
path: root/include/sched.h
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-11-15 15:42:40 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-11-15 15:42:40 +0000
commit477041e79411085b2fbe625da0b046dfa65ed708 (patch)
tree984824a6d6bec6ebc59efb2e093195d065bc5251 /include/sched.h
parent17e9e1b9d5c22eaa5a48f8ea196c801099576c7f (diff)
- revert wrong r24049
Diffstat (limited to 'include/sched.h')
-rw-r--r--include/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sched.h b/include/sched.h
index 5f3bd8fc1..7cfdbf1f9 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;
-#if defined __USE_GNU && defined __UCLIBC_LINUX_SPECIFIC__
+#ifdef __USE_GNU
/* Access macros for `cpu_set'. */
#define CPU_SETSIZE __CPU_SETSIZE
#define CPU_SET(cpu, cpusetp) __CPU_SET (cpu, cpusetp)