diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2003-02-05 06:00:59 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2003-02-05 06:00:59 +0000 |
commit | b2637e13ba3ad9d7b3c56ef0dee91dcf543b6014 (patch) | |
tree | a5c6bcf092e0559fcb4b11583b5e9de1b92edaa6 | |
parent | 412c41306c7c8f82b015d9607b44b9b90b64ab75 (diff) |
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 |