diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-08-22 15:27:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-08-22 15:27:00 +0000 |
commit | 8c30541fdac02e25a85c3292a3bc5f79895ff58a (patch) | |
tree | af558636bc461fce1d0d5eeff3e5b1a208195e37 /regress | |
parent | b13f6bfd8b7a3cf9b406eecb3a273ecfb2bee163 (diff) |
You are not allowed to break entire architectures
Diffstat (limited to 'regress')
-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 |