Skip to content

Commit

Permalink
add the declaration of rb_mWaitReadable and rb_mWaitWritable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed May 10, 2011
1 parent a9f0855 commit d4e7141
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/ruby/ruby.h
Expand Up @@ -797,6 +797,8 @@ RUBY_EXTERN VALUE rb_mFileTest;
RUBY_EXTERN VALUE rb_mGC;
RUBY_EXTERN VALUE rb_mMath;
RUBY_EXTERN VALUE rb_mProcess;
RUBY_EXTERN VALUE rb_mWaitReadable;
RUBY_EXTERN VALUE rb_mWaitWritable;

RUBY_EXTERN VALUE rb_cBasicObject;
RUBY_EXTERN VALUE rb_cObject;
Expand Down

0 comments on commit d4e7141

Please sign in to comment.