about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-01-27 06:53:19 +0100
committerFlorian Weimer <fweimer@redhat.com>2017-01-27 06:53:20 +0100
commitfaf0e9c84119742dd9ebb79060faa22c52ae80a1 (patch)
treeaaf2df0e207bde2a4dfe6c9623e013364642a076 /ChangeLog
parent5653ab12b4ae15b32d41de7c56b2a4626cd0437a (diff)
downloadglibc-faf0e9c84119742dd9ebb79060faa22c52ae80a1.tar.gz
glibc-faf0e9c84119742dd9ebb79060faa22c52ae80a1.tar.xz
glibc-faf0e9c84119742dd9ebb79060faa22c52ae80a1.zip
nptl: Add tst-robust-fork
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ce6f057944..e468b59767 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2017-01-27  Florian Weimer  <fweimer@redhat.com>
+
+	* nptl/Makefile (tests): Add tst-robust-fork.
+	* nptl/tst-robust-fork.c: New file.
+	* support/Makefile (libsupport-routines): Add xmmap, xmunmap,
+	xpthread_mutex_consistent, xpthread_mutex_destroy,
+	xpthread_mutex_init, xpthread_mutexattr_destroy,
+	xpthread_mutexattr_init, xpthread_mutexattr_setprotocol,
+	xpthread_mutexattr_setpshared, xpthread_mutexattr_setrobust,
+	xpthread_mutexattr_settype.
+	* support/xmmap.c: New file.
+	* support/xmunmap.c: Likewise.
+	* support/xpthread_mutex_consistent.c: Likewise.
+	* support/xpthread_mutex_destroy.c: Likewise.
+	* support/xpthread_mutex_init.c: Likewise.
+	* support/xpthread_mutexattr_destroy.c: Likewise.
+	* support/xpthread_mutexattr_init.c: Likewise.
+	* support/xpthread_mutexattr_setprotocol.c: Likewise.
+	* support/xpthread_mutexattr_setpshared.c: Likewise.
+	* support/xpthread_mutexattr_setrobust.c: Likewise.
+	* support/xpthread_mutexattr_settype.c: Likewise.
+	* support/xthread.h (xpthread_mutexattr_destroy)
+	(xpthread_mutexattr_init, xpthread_mutexattr_setprotocol)
+	(xpthread_mutexattr_setpshared, xpthread_mutexattr_setrobust)
+	(xpthread_mutexattr_settype, xpthread_mutex_init)
+	(xpthread_mutex_destroy, xpthread_mutex_consistent): Declare.
+	* support/xunistd.h (xmmap, xmunmap): Likewise.
+
 2017-01-25  Florian Weimer  <fweimer@redhat.com>
 
 	* string/Makefile (xtests): Add comment.