diff options
| author | gfleury <gfleury@disroot.org> | 2024-11-18 13:21:40 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-11-19 01:37:35 +0100 |
| commit | d69a010e7b12fe4fae749f92983de7e505c247cf (patch) | |
| tree | 409bf8c2dd3fd9bd04a8c3d02646b816c1becf2c /sysdeps/htl/pthreadP.h | |
| parent | 330c1fad5b909399a245e96f3e1db5fbaa6ea413 (diff) | |
| download | glibc-d69a010e7b12fe4fae749f92983de7e505c247cf.tar.xz glibc-d69a010e7b12fe4fae749f92983de7e505c247cf.zip | |
htl: move pthread_attr_setstacksize into libc.
Signed-off-by: gfleury <gfleury@disroot.org>
Diffstat (limited to 'sysdeps/htl/pthreadP.h')
| -rw-r--r-- | sysdeps/htl/pthreadP.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/htl/pthreadP.h b/sysdeps/htl/pthreadP.h index 6cdafe7315..f54c9490df 100644 --- a/sysdeps/htl/pthreadP.h +++ b/sysdeps/htl/pthreadP.h @@ -89,6 +89,7 @@ int __pthread_attr_getstacksize (const pthread_attr_t *__restrict __attr, size_t *__restrict __stacksize); libc_hidden_proto (__pthread_attr_getstacksize) int __pthread_attr_setstacksize (pthread_attr_t *__attr, size_t __stacksize); +libc_hidden_proto (__pthread_attr_setstacksize) int __pthread_attr_setstack (pthread_attr_t *__attr, void *__stackaddr, size_t __stacksize); int __pthread_attr_getstack (const pthread_attr_t *, void **, size_t *); |
