diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-04-09 10:05:13 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-04-12 18:38:37 -0300 |
commit | 49a40ba18e2cb948259771317fe6ff6f5eb68683 (patch) | |
tree | 3a7c8601b5c545810656904ad45a336c0058cd31 /support/Makefile | |
parent | 5628f103f5937611730845390928cb43ef716012 (diff) | |
download | glibc-49a40ba18e2cb948259771317fe6ff6f5eb68683.tar glibc-49a40ba18e2cb948259771317fe6ff6f5eb68683.tar.gz glibc-49a40ba18e2cb948259771317fe6ff6f5eb68683.tar.bz2 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/Makefile | 1 |
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 \ |