]> 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)
committerBruno Haible <bruno@clisp.org>
Sat, 18 Jan 2025 08:06:15 +0000 (09:06 +0100)
commitc21c0c466715137585421fd257e686458dadf7a3
tree5be31cbddd5f8251cbb4e8c05c71aef728aa4cb1
parent1a54d2d97667d8f9cc2ac02580f78264de4849bd
servent tests: Fix failure on 32-bit native Windows.

* tests/test-servent.c (getservbyname, getservbyport)
[_WIN32 && !_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