about summary refs log tree commit diff
path: root/support/Makefile
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-04-09 10:02:30 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-04-12 18:38:37 -0300
commit5628f103f5937611730845390928cb43ef716012 (patch)
tree543d9e60e937c887470b1434b94eaca7d0685aae /support/Makefile
parent2ed18c5b534d9e92fc006202a5af0df6b72e7aca (diff)
downloadglibc-5628f103f5937611730845390928cb43ef716012.tar.gz
glibc-5628f103f5937611730845390928cb43ef716012.tar.xz
glibc-5628f103f5937611730845390928cb43ef716012.zip
libsupport: Add support_select_modifies_timeout
It will be used on a select() test.
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 900e17f94f..91457d8613 100644
--- a/support/Makefile
+++ b/support/Makefile
@@ -68,6 +68,7 @@ libsupport-routines = \
   support_quote_string \
   support_record_failure \
   support_run_diff \
+  support_select_modifies_timeout \
   support_set_small_thread_stack_size \
   support_shared_allocate \
   support_small_stack_thread_attribute \