]> git.ipfire.org Git - thirdparty/glibc.git/commit
support: Add support_socket_so_timestamp_time64
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 13 Dec 2021 14:36:42 +0000 (11:36 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 28 Jan 2022 20:46:43 +0000 (17:46 -0300)
commit38bc0f4e78934aab455b31af05cefcbf3c22bece
treeb2968c33e1c52ac5b4c0e3b783a88fc75cc208e6
parent1d1ce7d637fdeb911f82d10f6a23287b5dca2a3b
support: Add support_socket_so_timestamp_time64

Check if the socket support 64-bit network packages timestamps
(SO_TIMESTAMP and SO_TIMESTAMPNS).  This will be used on recvmsg
and recvmmsg tests to check if the timestamp should be generated.

Reviewed-by: Florian Weimer <fweimer@redhat.com>
support/Makefile
support/support.h
support/support_socket_so_timestamp_time64.c [new file with mode: 0644]