summaryrefslogtreecommitdiff
path: root/lang/ruby18-base/patches/patch-bk
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby18-base/patches/patch-bk')
-rw-r--r--lang/ruby18-base/patches/patch-bk14
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/ruby18-base/patches/patch-bk b/lang/ruby18-base/patches/patch-bk
deleted file mode 100644
index e4aa9cd0e0f..00000000000
--- a/lang/ruby18-base/patches/patch-bk
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-bk,v 1.3 2007/09/09 14:17:13 taca Exp $
-
-This is a fix for ruby-1.8.6 patchlevel 36.
-
---- intern.h.orig 2007-06-07 21:40:01.000000000 +0900
-+++ intern.h
-@@ -204,7 +204,6 @@ int rb_thread_alone _((void));
- void rb_thread_polling _((void));
- void rb_thread_sleep _((int));
- void rb_thread_sleep_forever _((void));
--enum rb_thread_status rb_thread_status _((VALUE));
- VALUE rb_thread_stop _((void));
- VALUE rb_thread_wakeup _((VALUE));
- VALUE rb_thread_wakeup_alive _((VALUE));