diff options
author | 2011-10-01 10:27:44 +0000 | |
---|---|---|
committer | 2011-10-01 10:27:44 +0000 | |
commit | 41afe8e89ccf4362da93c8fc2538f6f26e62253a (patch) | |
tree | 8d81084a8b958324861f69d406f9747eb56e956b /regress/lib/libpthread | |
parent | Add tests to check signal handling during pthread_join(3) and (diff) | |
download | wireguard-openbsd-41afe8e89ccf4362da93c8fc2538f6f26e62253a.tar.xz wireguard-openbsd-41afe8e89ccf4362da93c8fc2538f6f26e62253a.zip |
enter signals.
Diffstat (limited to 'regress/lib/libpthread')
-rw-r--r-- | regress/lib/libpthread/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/lib/libpthread/Makefile b/regress/lib/libpthread/Makefile index 8703e98ab30..5c20aa41fe4 100644 --- a/regress/lib/libpthread/Makefile +++ b/regress/lib/libpthread/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.28 2011/09/13 23:50:17 fgsch Exp $ +# $OpenBSD: Makefile,v 1.29 2011/10/01 10:27:44 fgsch Exp $ SUBDIR= blocked_close blocked_dup2 blocked_shutdown cancel cancel2 \ close close_race closefrom cwd dup2_race execve fork \ @@ -6,8 +6,8 @@ SUBDIR= blocked_close blocked_dup2 blocked_shutdown cancel cancel2 \ pthread_atfork pthread_cond_timedwait pthread_create \ pthread_join pthread_kill pthread_mutex pthread_specific \ readdir restart select setjmp setsockopt sigdeliver siginfo \ - siginterrupt signal signodefer sigsuspend sigwait sleep socket \ - stdarg stdio switch system + siginterrupt signal signals signodefer sigsuspend sigwait sleep \ + socket stdarg stdio switch system # Not available or disabled: fcntl, getaddrinfo, pause, pw, sigmask, stdfiles |