diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2004-01-27 21:56:16 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2004-01-27 21:56:16 +0000 |
commit | 427cc243755fab93709d8e7a7d6c23f7b3bb24b7 (patch) | |
tree | 5ebba2c53544ea4e350e9f343f511365e8069c9b /lib/libpthread/include | |
parent | bddbf875e754fd2211fed79126b949958f443537 (diff) |
remove redundant prototypes for pthread_[gs]etconcurrency
in-between #ifdef notyet
Diffstat (limited to 'lib/libpthread/include')
-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 |