summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/include/pthread.h
diff options
context:
space:
mode:
authord <d@openbsd.org>1999-06-15 00:10:37 +0000
committerd <d@openbsd.org>1999-06-15 00:10:37 +0000
commit94c56bab66d6ed3440e7074a929ed32c2efc4266 (patch)
tree793e311b05f0f579d9c4d4ef58050aa6074fa697 /lib/libpthread/include/pthread.h
parentRemove pthread_atfork(). It was only part of draft 10 for a little while and was removed before stddization. (diff)
downloadwireguard-openbsd-94c56bab66d6ed3440e7074a929ed32c2efc4266.tar.xz
wireguard-openbsd-94c56bab66d6ed3440e7074a929ed32c2efc4266.zip
Remove pthread_atfork()
Diffstat (limited to 'lib/libpthread/include/pthread.h')
-rw-r--r--lib/libpthread/include/pthread.h3
1 files changed, 1 insertions, 2 deletions
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 **));