diff options
author | 2006-09-22 18:38:58 +0000 | |
---|---|---|
committer | 2006-09-22 18:38:58 +0000 | |
commit | 2b508a1c0285d2aeaac8792a98563fcf1c5874d4 (patch) | |
tree | 389c47c0cccd87874aa238e2fd47d0098500299c | |
parent | Test dup2() racing with other threads using the same file (diff) | |
download | wireguard-openbsd-2b508a1c0285d2aeaac8792a98563fcf1c5874d4.tar.xz wireguard-openbsd-2b508a1c0285d2aeaac8792a98563fcf1c5874d4.zip |
add blocked_close, blocked_dup2, close_race and dup2_race
-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 de19104444f..5137205c327 100644 --- a/regress/lib/libpthread/Makefile +++ b/regress/lib/libpthread/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.24 2005/10/31 04:39:19 fgsch Exp $ +# $OpenBSD: Makefile,v 1.25 2006/09/22 18:38:58 kurt Exp $ -SUBDIR= cancel cancel2 close closefrom cwd execve fork group \ +SUBDIR= blocked_close blocked_dup2 cancel cancel2 close closefrom \ + close_race cwd dup2_race execve fork group \ malloc_duel netdb pcap poll \ preemption preemption_float \ pthread_atfork pthread_cond_timedwait pthread_create \ |