Actions
Bug #5516
closedfill_standard_fds uses F_GETFD which is not defined on MinGW (broken build)
Description
Hello,
New fill_standard_fds broke build under MinGW:
compiling ../../../../ruby/ruby.c
../../../../ruby/ruby.c: In function 'fill_standard_fds':
../../../../ruby/ruby.c:1822:19: error: 'F_GETFD' undeclared (first use in this function)
../../../../ruby/ruby.c:1822:19: note: each undeclared identifier is reported only once for each function it appears in
make: *** [ruby.o] Error 1
Similar to #5470
Actions
Like0
Like0