Skip to content

Commit

Permalink
Add HAVE_RB_FD_FIX_CLOEXEC header
Browse files Browse the repository at this point in the history
  • Loading branch information
dbussink committed Nov 24, 2013
1 parent 9359818 commit f8fc379
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vm/include/capi/ruby/ruby.h
Original file line number Diff line number Diff line change
Expand Up @@ -1317,6 +1317,7 @@ struct RTypedData {

void rb_update_max_fd(int fd);
void rb_fd_fix_cloexec(int fd);
#define HAVE_RB_FD_FIX_CLOEXEC 1

void rb_thread_wait_fd(int fd);
void rb_thread_fd_writable(int fd);
Expand Down

0 comments on commit f8fc379

Please sign in to comment.