aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJason Evans <jasone@FreeBSD.org>2000-12-28 18:46:21 +0000
committerJason Evans <jasone@FreeBSD.org>2000-12-28 18:46:21 +0000
commitd57caa9b953cdea314f132213eed14db08d09aa4 (patch)
tree56a524787350990218f31be9566194464b9b7da9 /include
parentca1d6e0610db9fe2a2a2edb8cd94c867ac6aaa7a (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/pthread.h3
1 files changed, 0 insertions, 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