diff options
author | 2019-03-04 08:26:55 +0000 | |
---|---|---|
committer | 2019-03-04 08:26:55 +0000 | |
commit | 2e1db61736fefdeae1d71b444395050a3d90f650 (patch) | |
tree | 2ffe11f206ceaf84d0e0c7433e2e7edf3037aea8 | |
parent | add a new pthread_rwlock test based on concurrent rw/rd access on a buffer. (diff) | |
download | wireguard-openbsd-2e1db61736fefdeae1d71b444395050a3d90f650.tar.xz wireguard-openbsd-2e1db61736fefdeae1d71b444395050a3d90f650.zip |
link pthread_rwlock2 test
-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 \ |