Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-31 | Fix stack address computation | Samuel Thibault | |
stackaddr is supposed to be an adressable byte, i.e. not inside the guard size. * pthread/pt-getattr.c (pthread_getattr_np): Take guard size into account when returning the stack bottom address. | |||
2008-05-17 | 2008-05-17 Samuel Thibault <samuel.thibault@ens-lyon.org> | Samuel Thibault | |
* include/pthread/pthread.h (pthread_getattr_np): New declaration. * pthread/pt-getattr.c: New file. * Makefile (SRCS): Add pt-getattr.c. |