1
0
Fork 0
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:
Nobuyoshi Nakada 2022-01-20 01:18:49 +09:00 committed by GitHub
parent 45e065ca8f
commit 71bc999009
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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>

View file

@ -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