diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-05-18 17:39:44 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-05-18 17:46:12 +0000 |
commit | af46a4d638930f940c9eb0064727268e1cac900d (patch) | |
tree | 853ecae31d07a1c1db5c12999e69b74e9cf230ac /htl/Makefile | |
parent | 4d4bb451d5fc820225c20a3c44dfc958e837cef8 (diff) | |
download | glibc-af46a4d638930f940c9eb0064727268e1cac900d.tar glibc-af46a4d638930f940c9eb0064727268e1cac900d.tar.gz glibc-af46a4d638930f940c9eb0064727268e1cac900d.tar.bz2 glibc-af46a4d638930f940c9eb0064727268e1cac900d.zip |
htl: Add __libpthread_freeres
Diffstat (limited to 'htl/Makefile')
-rw-r--r-- | htl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htl/Makefile b/htl/Makefile index 895a6f777c..4c5767b04c 100644 --- a/htl/Makefile +++ b/htl/Makefile @@ -165,7 +165,7 @@ headers := \ distribute := -routines := forward libc_pthread_init alloca_cutoff pt-atfork +routines := forward libc_pthread_init alloca_cutoff pt-atfork htlfreeres shared-only-routines = forward static-only-routines = pt-atfork |