diff options
| author | gfleury <gfleury@disroot.org> | 2024-11-18 13:21:39 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-11-19 01:37:35 +0100 |
| commit | 330c1fad5b909399a245e96f3e1db5fbaa6ea413 (patch) | |
| tree | e3ebe8d13f05968d6a101ea58a2e1f102c932e2f /htl/Makefile | |
| parent | 1428ae39e8d72d04d8c7d88186d6137bbe5a04d1 (diff) | |
| download | glibc-330c1fad5b909399a245e96f3e1db5fbaa6ea413.tar.xz glibc-330c1fad5b909399a245e96f3e1db5fbaa6ea413.zip | |
htl: move pthread_attr_getstack 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 1340c1b688..d9faf5080c 100644 --- a/htl/Makefile +++ b/htl/Makefile @@ -25,7 +25,6 @@ SYSDEPS := lockfile LCLHDRS := libpthread-routines := \ - pt-attr-getstack \ pt-attr-init \ pt-attr-setguardsize \ pt-attr-setschedparam \ @@ -201,6 +200,7 @@ routines := \ pt-attr-getschedparam \ pt-attr-getschedpolicy \ pt-attr-getscope \ + pt-attr-getstack \ pt-attr-getstackaddr \ pt-attr-getstacksize \ pt-attr-setdetachstate \ |
