about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 759aa4bed4..3d2afd95ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2017-08-21  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
+	* libio/ioopen.c (_IO_waitpid): Replace waitpid_not_cancel with
+	__waitpid_nocancel.
+	* sysdeps/generic/not-cancel.h (waitpid_not_cancel): Remove macro.
+	(__waitpid_nocancel): New macro.
+	* sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel): Remove
+	macro.
+	(__waitpid_nocancel): Replace macro with a function.
+	* sysdeps/unix/sysv/linux/waitpid.c (__waitpid_nocancel): New
+	function.
+
 	* login/utmp_file.c (timeout_handler): Replace fcntl_not_cancel with
 	__fcntl_nocancel.
 	* sysdeps/generic/not-cancel.h (fcntl_not_cancel): Remove macro.