diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-08-11 18:16:51 +0000 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-10-01 10:11:08 -0300 |
commit | 9cba3fa34b15017b269f2674ce7656bbc9d4d06d (patch) | |
tree | 768a20e3452722dd81667bbcb5d1808767eee941 /support/Makefile | |
parent | 8352b6df371f1d08f86b4600a7725a5181e021ee (diff) | |
download | glibc-9cba3fa34b15017b269f2674ce7656bbc9d4d06d.tar.gz glibc-9cba3fa34b15017b269f2674ce7656bbc9d4d06d.tar.xz glibc-9cba3fa34b15017b269f2674ce7656bbc9d4d06d.zip |
support: Add support_mutex_pi_monotonic
Returns true if Priority Inheritance support CLOCK_MONOTONIC.
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 2a0731796f..fd27c8451e 100644 --- a/support/Makefile +++ b/support/Makefile @@ -63,6 +63,7 @@ libsupport-routines = \ support_format_hostent \ support_format_netent \ support_isolate_in_subprocess \ + support_mutex_pi_monotonic \ support_path_support_time64 \ support_process_state \ support_ptrace \ |