diff options
author | Sebastien Marie <semarie@cvs.openbsd.org> | 2019-03-04 08:26:56 +0000 |
---|---|---|
committer | Sebastien Marie <semarie@cvs.openbsd.org> | 2019-03-04 08:26:56 +0000 |
commit | 8c59c3ec8a64b8ada72c4b45bde62350507914d4 (patch) | |
tree | 6e4c1fe8a2fea3321990dc5b7f9299723043393b /regress | |
parent | 9d77fcffd2fb5125b63b86b27cb5d526e53e50e9 (diff) |
link pthread_rwlock2 test
Diffstat (limited to 'regress')
-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 51bda49cc98..cdae4417c11 100644 --- a/regress/lib/libpthread/Makefile +++ b/regress/lib/libpthread/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.49 2017/10/16 01:46:09 guenther Exp $ +# $OpenBSD: Makefile,v 1.50 2019/03/04 08:26:55 semarie Exp $ # disabled because it requires a buggy behavior that uthread had: # dup2_race @@ -18,7 +18,7 @@ SUBDIR+= barrier blocked_shutdown \ group netdb pcap poll preemption preemption_float \ pthread_atfork pthread_cond_timedwait pthread_create \ pthread_join pthread_kill pthread_mutex \ - pthread_once pthread_rwlock pthread_specific \ + pthread_once pthread_rwlock pthread_rwlock2 pthread_specific \ readdir restart \ select semaphore setjmp sigdeliver siginfo \ siginterrupt signal signals signodefer sigsuspend sigwait sleep \ |