about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWill Newton <will.newton@linaro.org>2014-02-06 08:54:20 +0000
committerWill Newton <will.newton@linaro.org>2014-02-11 10:02:57 +0000
commitc13a72b7c4864f23b9f2e96a3369e5875ed3b51b (patch)
treef708ffeae00e832e60ab9170b6b19043fd7a6180 /ChangeLog
parent195b8165ac35dfe9f5ba14e1a69bb88b7686c5a9 (diff)
downloadglibc-c13a72b7c4864f23b9f2e96a3369e5875ed3b51b.tar.gz
glibc-c13a72b7c4864f23b9f2e96a3369e5875ed3b51b.tar.xz
glibc-c13a72b7c4864f23b9f2e96a3369e5875ed3b51b.zip
malloc/mtrace.c: Cosmetic cleanup.
Remove an unused #define and use ANSI prototypes.

Generated code identical on x86_64-unknown-linux-gnu.

ChangeLog:

2014-02-11  Will Newton  <will.newton@linaro.org>

	* malloc/mtrace.c (attribute_hidden): Remove unused macro
	definition.  (tr_where, tr_freehook, tr_mallochook,
	tr_reallochook, tr_memalignhook): Use ANSI protoype.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ce8b20735d..dc2932eb19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-02-11  Will Newton  <will.newton@linaro.org>
+
+	* malloc/mtrace.c (attribute_hidden): Remove unused macro
+	definition.  (tr_where, tr_freehook, tr_mallochook,
+	tr_reallochook, tr_memalignhook): Use ANSI protoype.
+
 2014-02-11  David S. Miller  <davem@davemloft.net>
 
 	* stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when