summaryrefslogtreecommitdiff
path: root/regress/lib/libpthread/pthread_once/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/lib/libpthread/pthread_once/Makefile')
-rw-r--r--regress/lib/libpthread/pthread_once/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/regress/lib/libpthread/pthread_once/Makefile b/regress/lib/libpthread/pthread_once/Makefile
index 38588ee6b14..49f5a95d8d6 100644
--- a/regress/lib/libpthread/pthread_once/Makefile
+++ b/regress/lib/libpthread/pthread_once/Makefile
@@ -1,5 +1,12 @@
-# $OpenBSD: Makefile,v 1.1 2017/10/16 01:46:09 guenther Exp $
+# $OpenBSD: Makefile,v 1.2 2017/11/16 12:49:32 bluhm Exp $
PROG= pthread_once
+regress:
+ @echo The fix for this bug has been backed out.
+ @echo 'https://marc.info/?l=openbsd-cvs&m=150983604531467&w=2'
+ @echo Wait until guenther@ has fixed the binutils problem
+ @echo with the samba port.
+ @echo DISABLED
+
.include <bsd.regress.mk>