[ruby-cvs:68028] normal:r60847 (trunk): file.c (rb_file_s_mkfifo): use mode_t instead of int
normal at ruby-lang.org
normal at ruby-lang.org
Sun Nov 19 14:23:48 JST 2017
normal 2017-11-19 14:23:48 +0900 (Sun, 19 Nov 2017)
New Revision: 60847
https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=60847
Log:
file.c (rb_file_s_mkfifo): use mode_t instead of int
mode_t is the correct type for mkfifo(3). This fixes an
oversight from r60592 which made the same change to several
other functions.
* file.c (rb_file_s_mkfifo): use mode_t instead of int
Modified files:
trunk/file.c
More information about the ruby-cvs
mailing list