diff options
author | Wilbern Cobb <wcobb@cvs.openbsd.org> | 2002-05-03 10:12:03 +0000 |
---|---|---|
committer | Wilbern Cobb <wcobb@cvs.openbsd.org> | 2002-05-03 10:12:03 +0000 |
commit | 5663c2c00132f817c1500c1853797be8fca3c6b6 (patch) | |
tree | ce0b0576018d42bf6d1832ac9410db6162eb6b33 /regress/lib/libpthread/Makefile | |
parent | 9db2fbc0badf3b9f537fd021cb3598d3d9c5f64a (diff) |
+pthread_specific
ok fgsch@.
Diffstat (limited to 'regress/lib/libpthread/Makefile')
-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 |