summaryrefslogtreecommitdiff
path: root/lang/ruby18/files
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2007-07-15 09:39:06 +0000
committerStanislav Sedov <stas@FreeBSD.org>2007-07-15 09:39:06 +0000
commit61a4eaf412eb61e0056242f56868d5da11172d33 (patch)
tree119bdcec8d58f261468757a9453e6cc83916334f /lang/ruby18/files
parentFix build with gcc42. (diff)
- Delete rb_thread_status prototype from public header, since it causes
problems with some extensions. This also had been fixed in upsteam CVS. - Bump portrevision. Reported by: many
Notes
Notes: svn path=/head/; revision=195645
Diffstat (limited to 'lang/ruby18/files')
-rw-r--r--lang/ruby18/files/patch-intern.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/lang/ruby18/files/patch-intern.h b/lang/ruby18/files/patch-intern.h
index 97669273d111..267f2b0249a2 100644
--- a/lang/ruby18/files/patch-intern.h
+++ b/lang/ruby18/files/patch-intern.h
@@ -1,10 +1,7 @@
--- intern.h.orig Sun Mar 11 11:31:53 2007
-+++ intern.h Thu Jun 7 16:40:01 2007
-@@ -204,10 +204,13 @@
- void rb_thread_polling _((void));
- void rb_thread_sleep _((int));
++++ intern.h Sun Jul 15 13:26:46 2007
+@@ -206,8 +206,10 @@
void rb_thread_sleep_forever _((void));
-+enum thread_status rb_thread_status _((VALUE));
VALUE rb_thread_stop _((void));
VALUE rb_thread_wakeup _((VALUE));
+VALUE rb_thread_wakeup_alive _((VALUE));