summaryrefslogtreecommitdiffstats
path: root/include/sched.h
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2008-11-17 18:01:45 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2008-11-17 18:01:45 +0000
commit5d96ee84a344a55682848b1338b9bcd0618e341b (patch)
tree50ded6b8787a8477a36479dfe5f2b5b772b93cf9 /include/sched.h
parent886d6acb51d50addaff443042b399536654e954e (diff)
downloaduClibc-alpine-5d96ee84a344a55682848b1338b9bcd0618e341b.tar.bz2
uClibc-alpine-5d96ee84a344a55682848b1338b9bcd0618e341b.tar.xz
Synch with trunk @ 24075.
Step 8: include folder
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 0361b5043..37132c54b 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)