]> git.saurik.com Git - apple/libc.git/blobdiff - pthreads/sched.h
Libc-498.1.1.tar.gz
[apple/libc.git] / pthreads / sched.h
index 5c5693dc0e2eb40d47f5ff39ffc0fb1dd763ea6c..df1fc51e9863184f8a1c3f2ee312796f1f2136e7 100644 (file)
@@ -32,7 +32,7 @@ __BEGIN_DECLS
  * Scheduling paramters
  */
 #ifndef __POSIX_LIB__
-struct sched_param { int sched_priority;  char opaque[__SCHED_PARAM_SIZE__]; };
+struct sched_param { int sched_priority;  char __opaque[__SCHED_PARAM_SIZE__]; };
 #endif
 
 extern int sched_yield(void);