summaryrefslogtreecommitdiffstats
path: root/include/pthread.h
diff options
context:
space:
mode:
authorjasone <jasone@FreeBSD.org>2000-12-28 18:46:21 +0000
committerjasone <jasone@FreeBSD.org>2000-12-28 18:46:21 +0000
commita877c14171d775b9c755c8f53d30cfa7deab8deb (patch)
treeec0f5b3b17650bad7fa7d4720761bc648049f8d3 /include/pthread.h
parent99909223fe0506507d8c9effa008ea1b87eb7618 (diff)
downloadFreeBSD-src-a877c14171d775b9c755c8f53d30cfa7deab8deb.zip
FreeBSD-src-a877c14171d775b9c755c8f53d30cfa7deab8deb.tar.gz
Remove prototypes for pthread_attr_[gs]etfloatstate(), which we don't
implement.
Diffstat (limited to 'include/pthread.h')
-rw-r--r--include/pthread.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/pthread.h b/include/pthread.h
index 01b104b..e9c24b2 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
OpenPOWER on IntegriCloud