]> Savannah Git Hosting - gnulib.git/commit
servent tests: Fix failure on 32-bit native Windows.
authorCollin Funk <collin.funk1@gmail.com>
Mon, 6 Jan 2025 21:56:40 +0000 (13:56 -0800)
committerCollin Funk <collin.funk1@gmail.com>
Mon, 6 Jan 2025 21:56:40 +0000 (13:56 -0800)
commit71fbdb50ab5b0da7053a93975612b42f0d2e591b
tree4c9946f2b25076850810011e61a0b3b90be5d733
parente264521aaa0558935a2959f899db2a988fa479ca
servent tests: Fix failure on 32-bit native Windows.

* tests/test-servent.c (getservbyname, getservbyport)
[_WIN64 && !__CYGWIN__]: Disable signature check.
* doc/posix-functions/getservbyname.texi: Document the incompatible
__stdcall function signature.
* doc/posix-functions/getservbyport.texi: Likewise.
ChangeLog
doc/posix-functions/getservbyname.texi
doc/posix-functions/getservbyport.texi
tests/test-servent.c