diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-10-04 17:36:55 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-10-04 17:38:06 +0200 |
commit | eaad14b56aa0d18b3b6bbb1618de2ab5b242d434 (patch) | |
tree | a3971457eb3be4d81904eaed4a25ee5f6e1f7e2b /nptl/Versions | |
parent | 021197483e8fa9999644c96d7dd7b5c3cc95867a (diff) | |
download | glibc-eaad14b56aa0d18b3b6bbb1618de2ab5b242d434.tar glibc-eaad14b56aa0d18b3b6bbb1618de2ab5b242d434.tar.gz glibc-eaad14b56aa0d18b3b6bbb1618de2ab5b242d434.tar.bz2 glibc-eaad14b56aa0d18b3b6bbb1618de2ab5b242d434.zip |
nptl: Move pthread_attr_setinheritsched implementation into libc.
This is part of the libpthread removal project:
<https://sourceware.org/ml/libc-alpha/2019-10/msg00080.html>
Diffstat (limited to 'nptl/Versions')
-rw-r--r-- | nptl/Versions | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nptl/Versions b/nptl/Versions index 6f4d74ffda..70af2738d2 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -51,7 +51,6 @@ libpthread { pthread_attr_getschedparam; pthread_attr_setschedparam; pthread_attr_getschedpolicy; pthread_attr_setschedpolicy; - pthread_attr_setinheritsched; pthread_attr_getscope; pthread_attr_setscope; pthread_mutex_init; pthread_mutex_destroy; |