diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 81ce22e61b..b7e63359f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2015-05-26 Roland McGrath <roland@hack.frob.com> + + * sysdeps/nacl/exit-thread.h (__exit_thread): Replace inline + function with extern declaration. + * sysdeps/nacl/exit-thread.c: New file. + * sysdeps/arm/nacl/exit-thread.c: New file. + * sysdeps/nacl/Makefile [$(subdir) = csu] (sysdep_routines): Add it. + * sysdeps/nacl/Versions (libc: GLIBC_PRIVATE): Add __exit_thread. + + * sysdeps/generic/exit-thread.h (__exit_thread): Take new + argument DETACHED. + * sysdeps/unix/sysv/linux/exit-thread.h (__exit_thread): Likewise. + * csu/libc-start.c (LIBC_START_MAIN): Update caller. + 2015-05-26 Andriy Rysin <arysin@gmail.com> [BZ #17293] |