diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-04-23 10:55:07 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-04-23 10:55:07 +0200 |
commit | ed00dcbbd695fedfc60591da24b3555db03b3dd9 (patch) | |
tree | 290f20ebf5ae38c197ef30f3c13e28e7cd8d1bb9 /nptl/Versions | |
parent | b76c066d092d78124deeba9b687f5b10924e97de (diff) | |
download | glibc-ed00dcbbd695fedfc60591da24b3555db03b3dd9.tar.gz glibc-ed00dcbbd695fedfc60591da24b3555db03b3dd9.tar.xz glibc-ed00dcbbd695fedfc60591da24b3555db03b3dd9.zip |
nptl: Move pthread_condattr_getclock into libc
The symbol was moved using scripts/move-symbol-to-libc.py.
Diffstat (limited to 'nptl/Versions')
-rw-r--r-- | nptl/Versions | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/Versions b/nptl/Versions index 87412e674a..962f3ae1dc 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -94,6 +94,7 @@ libc { __pthread_cleanup_routine; __pthread_unwind_next; pthread_attr_setaffinity_np; + pthread_condattr_getclock; pthread_getaffinity_np; } GLIBC_2.3.4 { @@ -147,6 +148,7 @@ libc { __pthread_once; __pthread_setspecific; pthread_cond_clockwait; + pthread_condattr_getclock; pthread_getspecific; pthread_key_create; pthread_key_delete; @@ -332,7 +334,6 @@ libpthread { __pthread_unregister_cancel_restore; pthread_attr_getaffinity_np; pthread_barrierattr_getpshared; - pthread_condattr_getclock; pthread_condattr_setclock; pthread_setaffinity_np; pthread_timedjoin_np; |