diff options
author | 2005-10-31 04:39:19 +0000 | |
---|---|---|
committer | 2005-10-31 04:39:19 +0000 | |
commit | 18f7f91a21bbfe6bfc29afc5b0241614f1ae9b52 (patch) | |
tree | 41071e09c90a4f068f4d7bc3f1b0007de528ae4e | |
parent | list the new audio devices here; (diff) | |
download | wireguard-openbsd-18f7f91a21bbfe6bfc29afc5b0241614f1ae9b52.tar.xz wireguard-openbsd-18f7f91a21bbfe6bfc29afc5b0241614f1ae9b52.zip |
enter pthread_atfork
-rw-r--r-- | regress/lib/libpthread/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/regress/lib/libpthread/Makefile b/regress/lib/libpthread/Makefile index 63535c2e70b..de19104444f 100644 --- a/regress/lib/libpthread/Makefile +++ b/regress/lib/libpthread/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.23 2004/07/10 06:44:51 david Exp $ +# $OpenBSD: Makefile,v 1.24 2005/10/31 04:39:19 fgsch Exp $ SUBDIR= cancel cancel2 close closefrom cwd execve fork group \ malloc_duel netdb pcap poll \ - preemption preemption_float pthread_cond_timedwait pthread_create \ + preemption preemption_float \ + pthread_atfork pthread_cond_timedwait pthread_create \ pthread_join pthread_kill pthread_mutex pthread_specific readdir \ select setjmp signal sigdeliver siginfo signodefer sigsuspend \ sigwait sleep socket stdarg stdio switch system |