summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/include/pthread.h
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2012-01-03 16:53:48 +0000
committerkettenis <kettenis@openbsd.org>2012-01-03 16:53:48 +0000
commit7f6b726169c147a7fe25993274011beaec7cc9cb (patch)
tree88143475d26d1cbdb80bc954cc9fd7ff21a4d1be /lib/libpthread/include/pthread.h
parentdraft-ietf-ipv6-scoping-arch-02 has become RFC 4007, as noted by (diff)
downloadwireguard-openbsd-7f6b726169c147a7fe25993274011beaec7cc9cb.tar.xz
wireguard-openbsd-7f6b726169c147a7fe25993274011beaec7cc9cb.zip
The prototype for pthread_sigmask(2) is supposed to live in <signal.h>
instead of <pthread.h>. ok guenther@, millert@
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 42367b1bfaf..71687aa5cba 100644
--- a/lib/libpthread/include/pthread.h
+++ b/lib/libpthread/include/pthread.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pthread.h,v 1.30 2010/04/12 01:54:23 tedu Exp $ */
+/* $OpenBSD: pthread.h,v 1.31 2012/01/03 16:53:48 kettenis Exp $ */
/*
* Copyright (c) 1993, 1994 by Chris Provenzano, proven@mit.edu
@@ -265,7 +265,6 @@ int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *, int);
int pthread_rwlockattr_destroy(pthread_rwlockattr_t *);
pthread_t pthread_self(void);
int pthread_setspecific(pthread_key_t, const void *);
-int pthread_sigmask(int, const sigset_t *, sigset_t *);
int pthread_cancel(pthread_t);
int pthread_setcancelstate(int, int *);