summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libpthread/include/pthread.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libpthread/include/pthread.h b/lib/libpthread/include/pthread.h
index ed5b2744105..8861dd966f7 100644
--- a/lib/libpthread/include/pthread.h
+++ b/lib/libpthread/include/pthread.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pthread.h,v 1.18 2003/12/23 22:37:03 brad Exp $ */
+/* $OpenBSD: pthread.h,v 1.19 2004/01/27 21:56:15 brad Exp $ */
/*
* Copyright (c) 1993, 1994 by Chris Provenzano, proven@mit.edu
@@ -337,8 +337,6 @@ int pthread_attr_setcleanup(pthread_attr_t *,
#define PTHREAD_PRIO_PROTECT
int pthread_attr_getguardsize(const pthread_attr_t *, size_t *);
int pthread_attr_setguardsize(const pthread_attr_t *, size_t);
-int pthread_getconcurrency(void);
-int pthread_setconcurrency(int);
#endif /* susv2 */
__END_DECLS