diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2007-07-15 09:39:06 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2007-07-15 09:39:06 +0000 |
commit | 61a4eaf412eb61e0056242f56868d5da11172d33 (patch) | |
tree | 119bdcec8d58f261468757a9453e6cc83916334f /lang/ruby18 | |
parent | efc984831eef5eda3e53f476abff4c665d682ca7 (diff) |
Notes
Diffstat (limited to 'lang/ruby18')
-rw-r--r-- | lang/ruby18/files/patch-intern.h | 7 |
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)); |