Remove prototypes for pthread_attr_[gs]etfloatstate(), which we don't
implement.
This commit is contained in:
parent
ca1d6e0610
commit
d57caa9b95
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user