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:24:13 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2016-09-20 23:10:51 +0200
commitd145a456d9fcdc5d8560f4035bb6e35531ba8493 (patch)
treedc9b652e12f92ef0335c928f6c4cf5e7771c1991 /ChangeLog
parent802c1c5a6539024af3c51fd11e6f3cda1f850c62 (diff)
downloadglibc-d145a456d9fcdc5d8560f4035bb6e35531ba8493.tar.gz
glibc-d145a456d9fcdc5d8560f4035bb6e35531ba8493.tar.xz
glibc-d145a456d9fcdc5d8560f4035bb6e35531ba8493.zip
mach: Fix old-style function definition.
	* mach/mach_error.c (mach_error): 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 88c766f86f..b022ba3a65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,7 @@
 	(_hurd_exception2signal): Replace 'exception', 'code', 'subcode',
 	'sigcode', 'error' parameters with 'detail' parameter.  Fix code
 	accordingly.
+	* mach/mach_error.c (mach_error): Fix old-style function definition.
 
 2016-09-20  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>