From 2194c5e96a0cde43ed817f20598d9b91e53b6377 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 4 Mar 1997 01:30:50 +0000 Subject: Comment out _POSIX_THREAD_PRIORITY_SCHEDULING since it's not supported at this time. Reviewed by: John Birrell --- include/pthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/pthread.h b/include/pthread.h index 8baae8c..7f4bbb2 100644 --- a/include/pthread.h +++ b/include/pthread.h @@ -60,7 +60,7 @@ #define _POSIX_THREADS #define _POSIX_THREAD_ATTR_STACKADDR #define _POSIX_THREAD_ATTR_STACKSIZE -#define _POSIX_THREAD_PRIORITY_SCHEDULING +/* #define _POSIX_THREAD_PRIORITY_SCHEDULING */ /* #define _POSIX_THREAD_PRIO_INHERIT */ /* #define _POSIX_THREAD_PRIO_PROTECT */ /* #define _POSIX_THREAD_PROCESS_SHARED */ -- cgit v1.1