summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread.c b/thread.c
index 190125a296..23bcdf48c4 100644
--- a/thread.c
+++ b/thread.c
@@ -4264,7 +4264,7 @@ rb_mutex_lock(VALUE self)
* Returns +true+ if this lock is currently held by current thread.
* <em>This API is experimental, and subject to change.</em>
*/
-static VALUE
+VALUE
rb_mutex_owned_p(VALUE self)
{
VALUE owned = Qfalse;