Remove prototypes for pthread_attr_[gs]etfloatstate(), which we don't

implement.
This commit is contained in:
Jason Evans 2000-12-28 18:46:21 +00:00
parent ca1d6e0610
commit d57caa9b95
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70442

View File

@ -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