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