diff options
| author | gfleury <gfleury@disroot.org> | 2024-11-18 13:21:38 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-11-19 01:37:35 +0100 |
| commit | 1428ae39e8d72d04d8c7d88186d6137bbe5a04d1 (patch) | |
| tree | 9a9b45e0f295f048d61b5195dd8fdc6146bd11a2 /htl/Makefile | |
| parent | 993440a260b0707f3b0f9e60474a1cd9baf752f9 (diff) | |
| download | glibc-1428ae39e8d72d04d8c7d88186d6137bbe5a04d1.tar.xz glibc-1428ae39e8d72d04d8c7d88186d6137bbe5a04d1.zip | |
htl: move pthread_attr_getstackaddr into libc.
Signed-off-by: gfleury <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 a4d900d5ff..1340c1b688 100644 --- a/htl/Makefile +++ b/htl/Makefile @@ -26,7 +26,6 @@ LCLHDRS := libpthread-routines := \ pt-attr-getstack \ - pt-attr-getstackaddr \ pt-attr-init \ pt-attr-setguardsize \ pt-attr-setschedparam \ @@ -202,6 +201,7 @@ routines := \ pt-attr-getschedparam \ pt-attr-getschedpolicy \ pt-attr-getscope \ + pt-attr-getstackaddr \ pt-attr-getstacksize \ pt-attr-setdetachstate \ pt-attr-setinheritsched \ |
