From e89c8ed01e42b2c18cccfd03920702e43668e62e Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Wed, 22 Feb 2006 11:13:56 +0000 Subject: Made include/bits/pthreadtypes.h compile again as it uses struct __sched_param. --- libc/sysdeps/linux/common/bits/sched.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps') 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. */ -- cgit v1.2.3