diff options
author | 2002-05-03 10:12:02 +0000 | |
---|---|---|
committer | 2002-05-03 10:12:02 +0000 | |
commit | 39664852d6b85fd556bf8cdfb87b71faa5f23ba8 (patch) | |
tree | 911cd0a5989959c7b35a70e24282f7e5547e7622 /regress/lib/libpthread | |
parent | test pthread_key_create(), pthread_key_delete(), pthread_getspecific() (diff) | |
download | wireguard-openbsd-39664852d6b85fd556bf8cdfb87b71faa5f23ba8.tar.xz wireguard-openbsd-39664852d6b85fd556bf8cdfb87b71faa5f23ba8.zip |
+pthread_specific
ok fgsch@.
Diffstat (limited to 'regress/lib/libpthread')
-rw-r--r-- | regress/lib/libpthread/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/regress/lib/libpthread/Makefile b/regress/lib/libpthread/Makefile index cb3c71658ce..e94355b9d6d 100644 --- a/regress/lib/libpthread/Makefile +++ b/regress/lib/libpthread/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.8 2002/02/23 01:25:11 art Exp $ +# $OpenBSD: Makefile,v 1.9 2002/05/03 10:12:02 wcobb Exp $ SUBDIR= cancel close cwd execve fork group netdb pcap poll \ preemption pthread_cond_timedwait pthread_create \ - pthread_join pthread_mutex readdir select setjmp signal \ - sigsuspend sigwait sleep socket stdarg stdio switch system + pthread_join pthread_mutex pthread_specific readdir select \ + setjmp signal sigsuspend sigwait sleep socket stdarg stdio \ + switch system # Not available or disabled: fcntl, pause, preemption_float and pw |