glibc support for allocating alternate signal stacks

2021-05-20 Thread Florian Weimer
I've posted a proposal to provide an interface for allocating stacks in glibc: Misc: Add and the cstack_* family of functions This is based on our observation that many applications use static buffers for alternate stacks,

[PATCH] fstatat: doc improvement

2021-05-20 Thread Paul Eggert
* doc/posix-functions/fstatat.texi (fstatat): Mention AT_EMPTY_PATH when talking about empty strings. --- ChangeLog| 6 ++ doc/posix-functions/fstatat.texi | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index