diff options
author | 2003-02-05 06:00:58 +0000 | |
---|---|---|
committer | 2003-02-05 06:00:58 +0000 | |
commit | 6e41b295a0c58bfd609cb0f17bbdff1f12a1af21 (patch) | |
tree | ceb4ff192015d2a88660d7855e748e428c94d6c9 | |
parent | thread fd handling, part 2. Don't mung file flags until forced (diff) | |
download | wireguard-openbsd-6e41b295a0c58bfd609cb0f17bbdff1f12a1af21.tar.xz wireguard-openbsd-6e41b295a0c58bfd609cb0f17bbdff1f12a1af21.zip |
add stdfiles test for proper fd handling
-rw-r--r-- | regress/lib/libpthread/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libpthread/Makefile b/regress/lib/libpthread/Makefile index f4b0e9a9ae0..9db8668d5da 100644 --- a/regress/lib/libpthread/Makefile +++ b/regress/lib/libpthread/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.16 2003/01/30 04:36:27 marc Exp $ +# $OpenBSD: Makefile,v 1.17 2003/02/05 06:00:58 marc Exp $ SUBDIR= cancel cancel2 close cwd execve fork group malloc_duel netdb pcap poll \ preemption preemption_float 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 + sigwait sleep socket stdarg stdfiles stdio switch system # Not available or disabled: fcntl, pause, and pw |