mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
protoize no-arguments functions
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47744 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cf5450bb7c
commit
28b9f11d5a
63 changed files with 104 additions and 99 deletions
|
|
@ -62,7 +62,7 @@ pack up your own arguments to pass as args for locking functions, etc.
|
|||
*
|
||||
*/
|
||||
void
|
||||
Init_fcntl()
|
||||
Init_fcntl(void)
|
||||
{
|
||||
VALUE mFcntl = rb_define_module("Fcntl");
|
||||
#ifdef F_DUPFD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue