diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2002-06-23 20:21:23 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2002-06-23 20:21:23 +0000 |
commit | dd75434f73416a9e953043ff6da7367e9d550831 (patch) | |
tree | c9d8559065d21361040b3d574562782f1450b17f /regress/lib/libpthread/Makefile | |
parent | df76e10a5850dbc56d189fd0ac3eec402d0939d9 (diff) |
Fix pthread floatting point preemption test and enable it. Next
step is to figure out why it fails on i386, yet works on sparc
Diffstat (limited to 'regress/lib/libpthread/Makefile')
-rw-r--r-- | regress/lib/libpthread/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libpthread/Makefile b/regress/lib/libpthread/Makefile index e94355b9d6d..e360782f22c 100644 --- a/regress/lib/libpthread/Makefile +++ b/regress/lib/libpthread/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.9 2002/05/03 10:12:02 wcobb Exp $ +# $OpenBSD: Makefile,v 1.10 2002/06/23 20:21:22 marc Exp $ SUBDIR= cancel close cwd execve fork group netdb pcap poll \ - preemption pthread_cond_timedwait pthread_create \ + preemption preemption_float pthread_cond_timedwait pthread_create \ pthread_join pthread_mutex pthread_specific readdir select \ setjmp signal sigsuspend sigwait sleep socket stdarg stdio \ switch system |