summaryrefslogtreecommitdiff
path: root/ext/thread
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-19 16:00:51 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-19 16:00:51 +0000
commiteb95f194bafd3707d947dbeafbb9c4de03d42d29 (patch)
tree979674d870177874b4a9e31ac8ac95ce27ccdf5d /ext/thread
parentd177879f6d4bf87795fb5623ce0061bf316f967f (diff)
* ext/thread/thread.c: added nodoc attribute into
'ConditionVariable#marshal_dump' by @vipulnsward [fix GH-672] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46878 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/thread')
-rw-r--r--ext/thread/thread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/thread/thread.c b/ext/thread/thread.c
index 7963d08066..09ece03f25 100644
--- a/ext/thread/thread.c
+++ b/ext/thread/thread.c
@@ -546,6 +546,7 @@ rb_szqueue_num_waiting(VALUE self)
#define UNDER_THREAD 1
#endif
+/* :nodoc: */
static VALUE
undumpable(VALUE obj)
{