about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-06-30 11:30:48 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-06-30 11:30:48 +0200
commit5f17245d3e30ce9510a4061cf2a277cd8f6a815f (patch)
treea8b5de0cec32601a174eaeb698b8d10f6d907a08 /ChangeLog
parent5b757a51b514ea163bbec0a53dbbc06bb1b29241 (diff)
downloadglibc-5f17245d3e30ce9510a4061cf2a277cd8f6a815f.tar.gz
glibc-5f17245d3e30ce9510a4061cf2a277cd8f6a815f.tar.xz
glibc-5f17245d3e30ce9510a4061cf2a277cd8f6a815f.zip
support: Report actual exit status in support_capture_subprocess_check
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 108f8cd2cf..b340c7ff9d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2017-06-30  Florian Weimer  <fweimer@redhat.com>
 
+	* support/support_capture_subprocess_check.c
+	(support_capture_subprocess_check): Report actual exit status.
+
+2017-06-30  Florian Weimer  <fweimer@redhat.com>
+
 	[BZ #19570]
 	* resolv/res_send.c (nameserver_offset): New function.
 	(__libc_res_nsend): Use it to implement RES_ROTATE.