about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-01-27 16:33:13 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-01-27 16:33:29 +0100
commitda8168df01e0b47eb369e5871be8c224690d1cfe (patch)
treed73495d0408ba118bd63e940c0e39a0db3736c96 /ChangeLog
parent85285a0ce77de8c3f87a9aefe5263b7067caa9d1 (diff)
downloadglibc-da8168df01e0b47eb369e5871be8c224690d1cfe.tar.gz
glibc-da8168df01e0b47eb369e5871be8c224690d1cfe.tar.xz
glibc-da8168df01e0b47eb369e5871be8c224690d1cfe.zip
hurd: fix warning
	* sysdeps/mach/hurd/profil.c: Reuse `a' variable instead of introducing
	a `c' variable.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e6392de4e8..d923c6444f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
 2018-01-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
 
 	* sysdeps/mach/hurd/xmknodat.c: Include <sys/sysmacros.h>.
+	* sysdeps/mach/hurd/profil.c: Reuse `a' variable instead of introducing
+	a `c' variable.
 
 2018-01-27  James Clarke  <jrtc27@jrtc27.com>