summaryrefslogtreecommitdiff
path: root/include/pthread.h
diff options
context:
space:
mode:
authorJason Evans <jasone@FreeBSD.org>2000-02-20 07:40:25 +0000
committerJason Evans <jasone@FreeBSD.org>2000-02-20 07:40:25 +0000
commit60ad8853e047340483b4f050d191b9d133b71e34 (patch)
treef64c9b4d4803c1a11f3853d850d2e5560e06de08 /include/pthread.h
parent955f7e7474f4d5ebf690f7d2fe30dcc0da3a1d09 (diff)
downloadsrc-test2-60ad8853e047340483b4f050d191b9d133b71e34.tar.gz
src-test2-60ad8853e047340483b4f050d191b9d133b71e34.zip
Notes
Diffstat (limited to 'include/pthread.h')
-rw-r--r--include/pthread.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/pthread.h b/include/pthread.h
index 8bf12cd8301f..2c675bd8e402 100644
--- a/include/pthread.h
+++ b/include/pthread.h
@@ -274,23 +274,18 @@ int pthread_mutexattr_setpshared __P((pthread_mutexattr_t *,
int pshared));
#endif
-#if defined(_POSIX_THREAD_PRIO_PROTECT)
int pthread_mutexattr_getprioceiling __P((pthread_mutexattr_t *,
int *));
int pthread_mutexattr_setprioceiling __P((pthread_mutexattr_t *,
int));
int pthread_mutex_getprioceiling __P((pthread_mutex_t *, int *));
int pthread_mutex_setprioceiling __P((pthread_mutex_t *, int, int *));
-#endif
-#if defined(_POSIX_THREAD_PRIO_PROTECT) || defined (_POSIX_THREAD_PRIO_INHERIT)
int pthread_mutexattr_getprotocol __P((pthread_mutexattr_t *,
int *));
int pthread_mutexattr_setprotocol __P((pthread_mutexattr_t *,
int));
-#endif
-#if defined(_POSIX_THREAD_PRIORITY_SCHEDULING)
int pthread_attr_getinheritsched __P((const pthread_attr_t *, int *));
int pthread_attr_getschedparam __P((const pthread_attr_t *,
struct sched_param *));
@@ -305,7 +300,6 @@ int pthread_getschedparam __P((pthread_t pthread, int *,
struct sched_param *));
int pthread_setschedparam __P((pthread_t, int,
const struct sched_param *));
-#endif
int pthread_attr_setfloatstate __P((pthread_attr_t *, int));
int pthread_attr_getfloatstate __P((pthread_attr_t *, int *));