]> Savannah Git Hosting - gnulib.git/commit
sys_socket tests: Improve checks for socklen_t and sa_family_t.
authorCollin Funk <collin.funk1@gmail.com>
Wed, 24 Jul 2024 02:00:28 +0000 (19:00 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Wed, 24 Jul 2024 02:00:28 +0000 (19:00 -0700)
commit24e4b2dca4ac04795211d307a2ee20c62184d2b5
tree38fd2b6678ed1e56a4de705966581963db4a82d8
parent82695cf2bf9b127043589abe0e8aed57288a7aa0
sys_socket tests: Improve checks for socklen_t and sa_family_t.

* modules/sys_socket-tests (Depends-on): Add intprops.
* tests/test-sys_socket.c: Check that socklen_t is at least 32 bits
wide. Check that sa_family_t is unsigned.
ChangeLog
modules/sys_socket-tests
tests/test-sys_socket.c