From d57caa9b953cdea314f132213eed14db08d09aa4 Mon Sep 17 00:00:00 2001 From: Jason Evans Date: Thu, 28 Dec 2000 18:46:21 +0000 Subject: [PATCH] Remove prototypes for pthread_attr_[gs]etfloatstate(), which we don't implement. --- include/pthread.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/pthread.h b/include/pthread.h index 01b104bf9f42..e9c24b28db41 100644 --- a/include/pthread.h +++ b/include/pthread.h @@ -304,9 +304,6 @@ int pthread_getschedparam __P((pthread_t pthread, int *, struct sched_param *)); int pthread_setschedparam __P((pthread_t, int, const struct sched_param *)); - -int pthread_attr_setfloatstate __P((pthread_attr_t *, int)); -int pthread_attr_getfloatstate __P((pthread_attr_t *, int *)); __END_DECLS #endif