diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-05-11 11:08:00 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-05-11 11:24:39 +0200 |
commit | df65f897e9501aa5b64a5cbcb101301715f2ec2f (patch) | |
tree | ed8e6ba638dde4a447fb1a30107a62f8287dcb4f /nptl/Makefile | |
parent | 8fbb33b3f74560ea3c74d289bdf59cffce52b463 (diff) | |
download | glibc-df65f897e9501aa5b64a5cbcb101301715f2ec2f.tar glibc-df65f897e9501aa5b64a5cbcb101301715f2ec2f.tar.gz glibc-df65f897e9501aa5b64a5cbcb101301715f2ec2f.tar.bz2 glibc-df65f897e9501aa5b64a5cbcb101301715f2ec2f.zip |
nptl: Move pthread_detach, thrd_detach into libc
The symbols were 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 9c69b864f0..5e0347b5b1 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -95,6 +95,7 @@ routines = \ pthread_condattr_init \ pthread_condattr_setclock \ pthread_condattr_setpshared \ + pthread_detach \ pthread_equal \ pthread_exit \ pthread_getaffinity \ @@ -198,7 +199,6 @@ libpthread-routines = \ pthread_cancel \ pthread_clockjoin \ pthread_create \ - pthread_detach \ pthread_getattr_default_np \ pthread_getconcurrency \ pthread_getcpuclockid \ |