summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/include/pthread.h
diff options
context:
space:
mode:
authorbrad <brad@openbsd.org>2005-10-30 04:00:38 +0000
committerbrad <brad@openbsd.org>2005-10-30 04:00:38 +0000
commit2c7e0d00eadc746f0761e681ed0fa2b145e39a3f (patch)
tree96699c9c313ec16436205cdb742a58558260599a /lib/libpthread/include/pthread.h
parentAdd pthread_atfork(3) (diff)
downloadwireguard-openbsd-2c7e0d00eadc746f0761e681ed0fa2b145e39a3f.tar.xz
wireguard-openbsd-2c7e0d00eadc746f0761e681ed0fa2b145e39a3f.zip
and make sure the header change goes in too.
Diffstat (limited to 'lib/libpthread/include/pthread.h')
-rw-r--r--lib/libpthread/include/pthread.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libpthread/include/pthread.h b/lib/libpthread/include/pthread.h
index 76b4ba7f9e7..5dfa3824924 100644
--- a/lib/libpthread/include/pthread.h
+++ b/lib/libpthread/include/pthread.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pthread.h,v 1.23 2004/02/24 00:49:43 brad Exp $ */
+/* $OpenBSD: pthread.h,v 1.24 2005/10/30 04:00:38 brad Exp $ */
/*
* Copyright (c) 1993, 1994 by Chris Provenzano, proven@mit.edu
@@ -202,6 +202,7 @@ enum pthread_mutextype {
* Thread function prototype definitions:
*/
__BEGIN_DECLS
+int pthread_atfork(void (*)(void), void (*)(void), void (*)(void));
int pthread_attr_destroy(pthread_attr_t *);
int pthread_attr_getstack(const pthread_attr_t *,
void **, size_t *);