This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] malloc/mtrace.c: Cosmetic cleanup.


On Thu, Feb 06, 2014 at 10:07:26AM +0000, Will Newton wrote:
> Remove an unused #define and use ANSI prototypes.
> 
> Generated code identical on x86_64-unknown-linux-gnu.
> 
> ChangeLog:
>

Thanks, kooks ok except changelog could be improved from
 
> 2014-02-06  Will Newton  <will.newton@linaro.org>
> 
> 	* malloc/mtrace.c (attribute_hidden): Remove unused macro
> 	definition.  (tr_where): Use ANSI protoype.
> 	(tr_freehook): Likewise. (tr_mallochook): Likewise.
> 	(tr_reallochook): Likewise. (tr_memalignhook): Likewise.

to this one

	* malloc/mtrace.c (attribute_hidden): Remove unused macro
	definition.
	(tr_where, tr_freehook, tr_mallochook, tr_reallochook,
	tr_memalignhook): Use ANSI protoype.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]