summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Leonard <d@cvs.openbsd.org>1999-06-15 00:10:38 +0000
committerDavid Leonard <d@cvs.openbsd.org>1999-06-15 00:10:38 +0000
commitf6320b648afec215bb1c3d95e9fe42db8819771b (patch)
treeb147e08e7f517bf29248f53bd397188e49c0d6d7 /lib
parentb4a06a2741e75d6207a667a5e3a5d049f0bb0c4f (diff)
Remove pthread_atfork()
Diffstat (limited to 'lib')
-rw-r--r--lib/libc_r/include/pthread.h3
-rw-r--r--lib/libpthread/include/pthread.h3
2 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc_r/include/pthread.h b/lib/libc_r/include/pthread.h
index 41b198b67b6..108f4d2de41 100644
--- a/lib/libc_r/include/pthread.h
+++ b/lib/libc_r/include/pthread.h
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $OpenBSD: pthread.h,v 1.7 1999/05/26 00:17:41 d Exp $
+ * $OpenBSD: pthread.h,v 1.8 1999/06/15 00:10:37 d Exp $
*
*/
#ifndef _PTHREAD_H_
@@ -201,7 +201,6 @@ enum pthread_mutextype {
* Thread function prototype definitions:
*/
__BEGIN_DECLS
-int pthread_atfork(void (*)(void), void (*)(void), void (*)(void));
int pthread_attr_destroy __P((pthread_attr_t *));
int pthread_attr_getstacksize __P((pthread_attr_t *, size_t *));
int pthread_attr_getstackaddr __P((pthread_attr_t *, void **));
diff --git a/lib/libpthread/include/pthread.h b/lib/libpthread/include/pthread.h
index 41b198b67b6..108f4d2de41 100644
--- a/lib/libpthread/include/pthread.h
+++ b/lib/libpthread/include/pthread.h
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $OpenBSD: pthread.h,v 1.7 1999/05/26 00:17:41 d Exp $
+ * $OpenBSD: pthread.h,v 1.8 1999/06/15 00:10:37 d Exp $
*
*/
#ifndef _PTHREAD_H_
@@ -201,7 +201,6 @@ enum pthread_mutextype {
* Thread function prototype definitions:
*/
__BEGIN_DECLS
-int pthread_atfork(void (*)(void), void (*)(void), void (*)(void));
int pthread_attr_destroy __P((pthread_attr_t *));
int pthread_attr_getstacksize __P((pthread_attr_t *, size_t *));
int pthread_attr_getstackaddr __P((pthread_attr_t *, void **));