diff options
author | David Carlier <devnexen@gmail.com> | 2021-06-16 19:15:11 +0100 |
---|---|---|
committer | DC <devnexen@gmail.com> | 2021-06-17 10:44:01 +0100 |
commit | 7250a68be72501c610cf6fe4b7cee61742390b9e (patch) | |
tree | da52581b722303c68d86690a9b96e7f62ec583dd /libc-test/semver/linux.txt | |
parent | 599ae1bc9d52e8d0ecb0f0ad9b69ec64ea87622f (diff) | |
download | rust-libc-7250a68be72501c610cf6fe4b7cee61742390b9e.tar.gz |
pthread_spinlock api remaining bsd systems
Diffstat (limited to 'libc-test/semver/linux.txt')
-rw-r--r-- | libc-test/semver/linux.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libc-test/semver/linux.txt b/libc-test/semver/linux.txt index a449fa97b3..82d9e47299 100644 --- a/libc-test/semver/linux.txt +++ b/libc-test/semver/linux.txt @@ -2913,6 +2913,12 @@ pthread_rwlockattr_setpshared pthread_setaffinity_np pthread_setschedparam pthread_setschedprio +pthread_spin_destroy +pthread_spin_init +pthread_spin_lock +pthread_spin_trylock +pthread_spin_unlock +pthread_spinlock_t ptrace ptsname_r pwrite64 |