about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2016-09-20 22:25:37 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2016-09-20 23:10:51 +0200
commite299076fefd9649f78f853865d4745043e50813c (patch)
tree3196706791ff0fe489d1688f9d717cec2ce3b057 /ChangeLog
parentd145a456d9fcdc5d8560f4035bb6e35531ba8493 (diff)
downloadglibc-e299076fefd9649f78f853865d4745043e50813c.tar.gz
glibc-e299076fefd9649f78f853865d4745043e50813c.tar.xz
glibc-e299076fefd9649f78f853865d4745043e50813c.zip
Fix old-style function definition
* mach/errstring.c (mach_error_type, mach_error_string): Fix old-style
function definition.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b022ba3a65..a962c8e890 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,7 @@
 	'sigcode', 'error' parameters with 'detail' parameter.  Fix code
 	accordingly.
 	* mach/mach_error.c (mach_error): Fix old-style function definition.
+	* mach/errstring.c (mach_error_type, mach_error_string): Likewise.
 
 2016-09-20  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>