diff options
| author | gfleury <gfleury@disroot.org> | 2024-12-13 00:06:10 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-12-14 23:11:45 +0100 |
| commit | dca0807a4d8b9f5ebae4a4131fee8f7cdd13d07f (patch) | |
| tree | 8ef30e0b9b49694b212c7a5d6e5e65169e2f7eca /htl/Makefile | |
| parent | 335ba9b6c1db7030264de7d9e38047f645326e54 (diff) | |
| download | glibc-dca0807a4d8b9f5ebae4a4131fee8f7cdd13d07f.tar.xz glibc-dca0807a4d8b9f5ebae4a4131fee8f7cdd13d07f.zip | |
htl: move __pthread_sigstate_destroy into libc.
Message-ID: <20241212220612.782313-1-gfleury@disroot.org>
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 b0bc0d97bf..4c996a9eb3 100644 --- a/htl/Makefile +++ b/htl/Makefile @@ -118,7 +118,6 @@ libpthread-routines := \ pt-machdep \ pt-spin \ pt-sigstate-init \ - pt-sigstate-destroy \ pt-sigstate \ pt-kill \ pt-getcpuclockid \ @@ -211,6 +210,7 @@ routines := \ pt-pthread_self \ pt-self pt-equal \ pt-setschedparam \ + pt-sigstate-destroy \ # routines shared-only-routines = forward |
