diff options
author | Will Newton <will.newton@linaro.org> | 2014-03-13 09:45:29 +0000 |
---|---|---|
committer | Will Newton <will.newton@linaro.org> | 2014-04-17 11:40:36 +0100 |
commit | 7c6776620db8e48fca492dbcac88d1c0f239dcde (patch) | |
tree | 046a6f9a10d27442429c6c50b0e0f32fac286936 /ChangeLog | |
parent | e04a4e9d2e639a7770e1c0d24ecbcf92abf6bba8 (diff) | |
download | glibc-7c6776620db8e48fca492dbcac88d1c0f239dcde.tar glibc-7c6776620db8e48fca492dbcac88d1c0f239dcde.tar.gz glibc-7c6776620db8e48fca492dbcac88d1c0f239dcde.tar.bz2 glibc-7c6776620db8e48fca492dbcac88d1c0f239dcde.zip |
manual/setjmp.texi: Clarify setcontext and signal handlers text
Calling setcontext from a signal handler can be done safely so
it is sufficient to note that it is not recommended.
Also mention in setcontext documentation that the behaviour of
setcontext when restoring a context created by a call to a signal
handler is unspecified.
2014-04-17 Will Newton <will.newton@linaro.org>
* manual/setjmp.texi (System V contexts): Add note that
calling setcontext on a context created by a call to a
signal handler is undefined. Update text to note that
setcontext from a signal handler is possible but not
recommended.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2014-04-17 Will Newton <will.newton@linaro.org> + * manual/setjmp.texi (System V contexts): Add note that + calling setcontext on a context created by a call to a + signal handler is undefined. Update text to note that + setcontext from a signal handler is possible but not + recommended. + [BZ #16629] * stdlib/tst-setcontext.c: Include signal.h. (main): Check that the signal stack before and |