diff options
| author | gfleury <gfleury@disroot.org> | 2024-12-13 00:06:12 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-12-14 23:13:14 +0100 |
| commit | 2716bd6b128b05f0bfc5a58f03159a49320b2ab2 (patch) | |
| tree | 2684f612b7f7e98369c10366ec4438c3e245ffd9 /htl/Makefile | |
| parent | 79cb83c7f9d648c214e4c61fe5bd1c376b38e723 (diff) | |
| download | glibc-2716bd6b128b05f0bfc5a58f03159a49320b2ab2.tar.xz glibc-2716bd6b128b05f0bfc5a58f03159a49320b2ab2.zip | |
htl: move pthread_sigmask into libc.
Message-ID: <20241212220612.782313-3-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 2e14f129a6..7f40fd91bf 100644 --- a/htl/Makefile +++ b/htl/Makefile @@ -48,7 +48,6 @@ libpthread-routines := \ pt-exit \ pt-initialize \ pt-join \ - pt-sigmask \ pt-spin-inlines \ pt-cleanup \ pt-setcancelstate \ @@ -209,6 +208,7 @@ routines := \ pt-pthread_self \ pt-self pt-equal \ pt-setschedparam \ + pt-sigmask \ pt-sigstate \ pt-sigstate-destroy \ # routines |
