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:05:13 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-04-12 18:38:37 -0300
commit49a40ba18e2cb948259771317fe6ff6f5eb68683 (patch)
tree3a7c8601b5c545810656904ad45a336c0058cd31 /support/Makefile
parent5628f103f5937611730845390928cb43ef716012 (diff)
downloadglibc-49a40ba18e2cb948259771317fe6ff6f5eb68683.tar.gz
glibc-49a40ba18e2cb948259771317fe6ff6f5eb68683.tar.xz
glibc-49a40ba18e2cb948259771317fe6ff6f5eb68683.zip
libsupport: Add support_select_normalizes_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 91457d8613..da6dc58d37 100644
--- a/support/Makefile
+++ b/support/Makefile
@@ -69,6 +69,7 @@ libsupport-routines = \
   support_record_failure \
   support_run_diff \
   support_select_modifies_timeout \
+  support_select_normalizes_timeout \
   support_set_small_thread_stack_size \
   support_shared_allocate \
   support_small_stack_thread_attribute \