diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2003-07-10 21:02:45 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2003-07-10 21:02:45 +0000 |
commit | 1a5b440da81b2a04d903b4de7d1a6d0d87c1e2ee (patch) | |
tree | d2ba5d896c333229d9594efebc52aeda7d30489d /regress/lib/libpthread | |
parent | 9e7173ec0ca12b96f86a0cefd88baf706060880d (diff) |
Add sigmask test
Diffstat (limited to 'regress/lib/libpthread')
-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 06f15045505..45994392266 100644 --- a/regress/lib/libpthread/Makefile +++ b/regress/lib/libpthread/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.18 2003/02/05 06:39:46 marc Exp $ +# $OpenBSD: Makefile,v 1.19 2003/07/10 21:02:44 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 \ + select setjmp signal sigdeliver siginfo sigmask signodefer sigsuspend \ sigwait sleep socket stdarg stdfiles stdio switch system # Not available or disabled: fcntl, pause, and pw |