diff options
author | 2004-01-27 21:56:15 +0000 | |
---|---|---|
committer | 2004-01-27 21:56:15 +0000 | |
commit | bf7305762de8bfd85454926b6e9db3adfc81008a (patch) | |
tree | 47ef62d3d2d4177b29f4e699d852768ad0202251 /lib/libpthread/include/pthread.h | |
parent | missing exit() at end of main (diff) | |
download | wireguard-openbsd-bf7305762de8bfd85454926b6e9db3adfc81008a.tar.xz wireguard-openbsd-bf7305762de8bfd85454926b6e9db3adfc81008a.zip |
remove redundant prototypes for pthread_[gs]etconcurrency
in-between #ifdef notyet
Diffstat (limited to 'lib/libpthread/include/pthread.h')
-rw-r--r-- | lib/libpthread/include/pthread.h | 4 |
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 |