about summary refs log tree commit diff
path: root/support/Makefile
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-07-19 11:38:15 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-01-12 10:30:10 -0300
commita4cf12360fb7a8eae4fa4923763309b7f10797c3 (patch)
tree81df014b44c6789b581f9151963a0561b6476e5f /support/Makefile
parent0b8e83eb1455f3c0332eeb1f96fbc262fbd054e0 (diff)
downloadglibc-a4cf12360fb7a8eae4fa4923763309b7f10797c3.tar.gz
glibc-a4cf12360fb7a8eae4fa4923763309b7f10797c3.tar.xz
glibc-a4cf12360fb7a8eae4fa4923763309b7f10797c3.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.
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 \