diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2005-10-31 04:39:20 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2005-10-31 04:39:20 +0000 |
commit | bc986c93ef6a0136ad040331a7c4c1da8a1dd86c (patch) | |
tree | c5c69d474863d87843fc8f3b3cd17bd258eb6521 /regress/lib/libpthread | |
parent | a4c518aaff71bc2512106b3b94191209cd82be94 (diff) |
enter pthread_atfork
Diffstat (limited to 'regress/lib/libpthread')
-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 |