diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-07-17 10:05:55 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-07-17 10:05:55 +0200 |
commit | dc97c227c95dd521594f1eaa472399b9fba03b2a (patch) | |
tree | f2bc659c7c01a07c39d2b28dee3a8c0744926ffd /ChangeLog | |
parent | aaf5420c6d1d2f0135a89d08f22200f0dc0777bd (diff) | |
download | glibc-dc97c227c95dd521594f1eaa472399b9fba03b2a.tar glibc-dc97c227c95dd521594f1eaa472399b9fba03b2a.tar.gz glibc-dc97c227c95dd521594f1eaa472399b9fba03b2a.tar.bz2 glibc-dc97c227c95dd521594f1eaa472399b9fba03b2a.zip |
setcontext: Clarify termination when uc_link is the null pointer.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2012-07-17 Thomas Schwinge <thomas@codesourcery.com> + Andreas Krebbel <Andreas.Krebbel@de.ibm.com> + + * manual/setjmp.texi (setcontext): Clarify normal process + termination when uc_link is the null pointer. + * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit + exit call. + 2012-07-16 Andreas Schwab <schwab@linux-m68k.org> * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in |