diff options
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 |