mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
MinGW also uses rb_w32_shutdown
Winsock's `shutdown` is incompatible with the other platforms. And autoconf fails to detect WINAPI functions on 32bit Windows, probably due to the argument size suffixes.
This commit is contained in:
parent
45e065ca8f
commit
71bc999009
Notes:
git
2022-01-20 01:19:10 +09:00
Merged: https://github.com/ruby/ruby/pull/5469 Merged-By: nobu <nobu@ruby-lang.org>
1 changed files with 1 additions and 0 deletions
|
@ -1158,6 +1158,7 @@ main()
|
|||
ac_cv_func_lchown=yes
|
||||
ac_cv_func_link=yes
|
||||
ac_cv_func_readlink=yes
|
||||
ac_cv_func_shutdown=yes
|
||||
ac_cv_func_symlink=yes
|
||||
ac_cv_lib_crypt_crypt=no
|
||||
ac_cv_func_getpgrp_void=no
|
||||
|
|
Loading…
Add table
Reference in a new issue