diff options
author | Will Newton <will.newton@linaro.org> | 2014-02-06 08:54:20 +0000 |
---|---|---|
committer | Will Newton <will.newton@linaro.org> | 2014-02-11 10:02:57 +0000 |
commit | c13a72b7c4864f23b9f2e96a3369e5875ed3b51b (patch) | |
tree | f708ffeae00e832e60ab9170b6b19043fd7a6180 /ChangeLog | |
parent | 195b8165ac35dfe9f5ba14e1a69bb88b7686c5a9 (diff) | |
download | glibc-c13a72b7c4864f23b9f2e96a3369e5875ed3b51b.tar glibc-c13a72b7c4864f23b9f2e96a3369e5875ed3b51b.tar.gz glibc-c13a72b7c4864f23b9f2e96a3369e5875ed3b51b.tar.bz2 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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |