diff options
author | 1999-06-15 00:10:37 +0000 | |
---|---|---|
committer | 1999-06-15 00:10:37 +0000 | |
commit | 94c56bab66d6ed3440e7074a929ed32c2efc4266 (patch) | |
tree | 793e311b05f0f579d9c4d4ef58050aa6074fa697 /lib/libpthread/include/pthread.h | |
parent | Remove pthread_atfork(). It was only part of draft 10 for a little while and was removed before stddization. (diff) | |
download | wireguard-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.h | 3 |
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 **)); |