diff options
| author | gfleury <gfleury@disroot.org> | 2024-11-18 13:21:41 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-11-19 01:37:35 +0100 |
| commit | 4a8b7d7e62c6a45cfad01a8d5c8b9bb2e4ca2b30 (patch) | |
| tree | 3494719ed7c20ad53c727ba8ae5af48a4d45f00f /htl/Makefile | |
| parent | d69a010e7b12fe4fae749f92983de7e505c247cf (diff) | |
| download | glibc-4a8b7d7e62c6a45cfad01a8d5c8b9bb2e4ca2b30.tar.xz glibc-4a8b7d7e62c6a45cfad01a8d5c8b9bb2e4ca2b30.zip | |
htl: move pthread_attr_setstackaddr into libc.
Signed-off-by: gfleury <gfleury@disroot.org>
Diffstat (limited to 'htl/Makefile')
| -rw-r--r-- | htl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htl/Makefile b/htl/Makefile index 445c0af8ae..d76cba8830 100644 --- a/htl/Makefile +++ b/htl/Makefile @@ -29,8 +29,6 @@ libpthread-routines := \ pt-attr-setguardsize \ pt-attr-setschedparam \ pt-attr-setscope \ - pt-attr-setstack \ - pt-attr-setstackaddr \ pt-barrier-destroy \ pt-barrier-init \ pt-barrier-wait \ @@ -205,6 +203,8 @@ routines := \ pt-attr-setdetachstate \ pt-attr-setinheritsched \ pt-attr-setschedpolicy \ + pt-attr-setstack \ + pt-attr-setstackaddr \ pt-attr-setstacksize \ pt-getschedparam \ pt-nthreads \ |
