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