summaryrefslogtreecommitdiff
path: root/libc/sysdeps
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2006-02-22 11:13:56 +0000
committerPeter Kjellerstedt <peter.kjellerstedt@axis.com>2006-02-22 11:13:56 +0000
commite89c8ed01e42b2c18cccfd03920702e43668e62e (patch)
treec201ac7e051d89ca2f6b3715e4475e070815602b /libc/sysdeps
parent749dbd6ec8283fb1c31379596d6c8be6f52eb3c7 (diff)
Made include/bits/pthreadtypes.h compile again as it uses
struct __sched_param.
Diffstat (limited to 'libc/sysdeps')
-rw-r--r--libc/sysdeps/linux/common/bits/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/bits/sched.h b/libc/sysdeps/linux/common/bits/sched.h
index 2a53819ea..263147170 100644
--- a/libc/sysdeps/linux/common/bits/sched.h
+++ b/libc/sysdeps/linux/common/bits/sched.h
@@ -86,7 +86,6 @@ __END_DECLS
#endif /* need schedparam */
-#if 0
#if !defined __defined_schedparam \
&& (defined __need_schedparam || defined _SCHED_H)
# define __defined_schedparam 1
@@ -99,6 +98,7 @@ struct __sched_param
#endif
+#if 0
#if defined _SCHED_H && !defined __cpu_set_t_defined
# define __cpu_set_t_defined
/* Size definition for CPU sets. */