diff options
-rw-r--r-- | regress/lib/libc_r/Makefile | 10 | ||||
-rw-r--r-- | regress/lib/libpthread/Makefile | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/regress/lib/libc_r/Makefile b/regress/lib/libc_r/Makefile index f78a928032c..804d7f12b47 100644 --- a/regress/lib/libc_r/Makefile +++ b/regress/lib/libc_r/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.1 2001/08/15 14:37:10 fgsch Exp $ +# $OpenBSD: Makefile,v 1.2 2001/08/22 15:26:59 deraadt Exp $ -SUBDIR= cancel close cwd execve fork group netdb poll \ - preemption pthread_cond_timedwait pthread_create \ - pthread_join pthread_mutex readdir select setjmp signal \ - sigsuspend sigwait sleep socket stdarg stdio switch +#SUBDIR= cancel close cwd execve fork group netdb poll \ +# preemption pthread_cond_timedwait pthread_create \ +# pthread_join pthread_mutex readdir select setjmp signal \ +# sigsuspend sigwait sleep socket stdarg stdio switch # Not available or disabled: fcntl, pause, preemption_float and pw diff --git a/regress/lib/libpthread/Makefile b/regress/lib/libpthread/Makefile index f78a928032c..804d7f12b47 100644 --- a/regress/lib/libpthread/Makefile +++ b/regress/lib/libpthread/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.1 2001/08/15 14:37:10 fgsch Exp $ +# $OpenBSD: Makefile,v 1.2 2001/08/22 15:26:59 deraadt Exp $ -SUBDIR= cancel close cwd execve fork group netdb poll \ - preemption pthread_cond_timedwait pthread_create \ - pthread_join pthread_mutex readdir select setjmp signal \ - sigsuspend sigwait sleep socket stdarg stdio switch +#SUBDIR= cancel close cwd execve fork group netdb poll \ +# preemption pthread_cond_timedwait pthread_create \ +# pthread_join pthread_mutex readdir select setjmp signal \ +# sigsuspend sigwait sleep socket stdarg stdio switch # Not available or disabled: fcntl, pause, preemption_float and pw |