diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-05-17 09:59:14 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-05-17 10:25:12 +0200 |
commit | 7b300ec7f9a5a271f2169aa6e924184a41b3a9a8 (patch) | |
tree | d13702e187c0e4ece4af31ed8cd1ed38baebbbfd /nptl/Makefile | |
parent | c924e44acddc7b1e259da21ee101085006071cef (diff) | |
download | glibc-7b300ec7f9a5a271f2169aa6e924184a41b3a9a8.tar.gz glibc-7b300ec7f9a5a271f2169aa6e924184a41b3a9a8.tar.xz glibc-7b300ec7f9a5a271f2169aa6e924184a41b3a9a8.zip |
nptl: Move pthread_setaffinity_np into libc
The symbol was moved using scripts/move-symbol-to-libc.py. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 516410cb84..a33f495653 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -169,6 +169,7 @@ routines = \ pthread_rwlockattr_setkind_np \ pthread_rwlockattr_setpshared \ pthread_self \ + pthread_setaffinity \ pthread_setattr_default_np \ pthread_setcancelstate \ pthread_setcanceltype \ @@ -208,7 +209,6 @@ libpthread-routines = \ nptl-init \ pt-interp \ pthread_create \ - pthread_setaffinity \ pthread_setname \ pthread_setschedprio \ pthread_sigqueue \ |