summaryrefslogtreecommitdiff
path: root/devel/ptl2/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ptl2/patches/patch-ab')
-rw-r--r--devel/ptl2/patches/patch-ab17
1 files changed, 0 insertions, 17 deletions
diff --git a/devel/ptl2/patches/patch-ab b/devel/ptl2/patches/patch-ab
deleted file mode 100644
index 62f81bbd65e..00000000000
--- a/devel/ptl2/patches/patch-ab
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ab,v 1.2 1999/05/06 20:07:21 tv Exp $
-
---- include/sys/pthread-init.h.orig Tue Feb 9 09:59:50 1999
-+++ include/sys/pthread-init.h Thu May 6 11:37:10 1999
-@@ -14,11 +14,7 @@
- /*
- * Initialize the PTL
- */
--# ifdef __GNUC__
--static void _pthread_inithook() __attribute__((constructor));
--extern void _pthread_init();
--static void _pthread_inithook() { _pthread_init(); }
--# else
-+# ifndef __GNUC__
- # define main __pthread_main
- # endif /*!__GNUC__*/
- #endif /*!PTL_INTERNAL*/