about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-05-26 12:57:15 -0700
committerRoland McGrath <roland@hack.frob.com>2015-05-26 12:57:15 -0700
commit7be88c1bf860f4197e3ffac486515d6f1b38c666 (patch)
tree71b8316f4b2dd2ba296f9ddfd00fa2735e05dd95 /ChangeLog
parent6afb9c0175006c8060928537842364f83df6fc15 (diff)
downloadglibc-roland/nacl-exit-stacks.tar.gz
glibc-roland/nacl-exit-stacks.tar.xz
glibc-roland/nacl-exit-stacks.zip
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
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]