diff options
author | David Carlier <devnexen@gmail.com> | 2021-08-29 06:17:25 +0100 |
---|---|---|
committer | David Carlier <devnexen@gmail.com> | 2021-08-29 10:13:25 +0100 |
commit | 51878b3b8eda4fe04c9c10b2011356b74480651f (patch) | |
tree | 0da81a6eb1cd00daaba801c8f2c34d2745c5f48e /libc-test/semver/linux.txt | |
parent | f01492db1baf5a468d0ee7075b8aef96a3834062 (diff) | |
download | rust-libc-51878b3b8eda4fe04c9c10b2011356b74480651f.tar.gz |
linux, android, freebsd-like adding pthread_getcpuclockid
Diffstat (limited to 'libc-test/semver/linux.txt')
-rw-r--r-- | libc-test/semver/linux.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc-test/semver/linux.txt b/libc-test/semver/linux.txt index d364f576ec..5698a6f451 100644 --- a/libc-test/semver/linux.txt +++ b/libc-test/semver/linux.txt @@ -2921,6 +2921,7 @@ pthread_condattr_setclock pthread_condattr_setpshared pthread_getaffinity_np pthread_getattr_np +pthread_getcpuclockid pthread_getschedparam pthread_kill pthread_mutex_timedlock |