about summary refs log tree commit diff
path: root/support/Makefile
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-12-13 11:36:42 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-01-28 17:46:43 -0300
commit38bc0f4e78934aab455b31af05cefcbf3c22bece (patch)
treeb2968c33e1c52ac5b4c0e3b783a88fc75cc208e6 /support/Makefile
parent1d1ce7d637fdeb911f82d10f6a23287b5dca2a3b (diff)
downloadglibc-38bc0f4e78934aab455b31af05cefcbf3c22bece.tar.gz
glibc-38bc0f4e78934aab455b31af05cefcbf3c22bece.tar.xz
glibc-38bc0f4e78934aab455b31af05cefcbf3c22bece.zip
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>
Diffstat (limited to 'support/Makefile')
-rw-r--r--support/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/Makefile b/support/Makefile
index 6dc6c9d49a..5ddcb8d158 100644
--- a/support/Makefile
+++ b/support/Makefile
@@ -80,6 +80,7 @@ libsupport-routines = \
   support_set_small_thread_stack_size \
   support_shared_allocate \
   support_small_stack_thread_attribute \
+  support_socket_so_timestamp_time64 \
   support_stat_nanoseconds \
   support_subprocess \
   support_test_compare_blob \