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 2/3 v2] sys/cdefs.h: export __attribute_alloc_size__


> 	* include/programs/xmalloc.h: Change __attribute_alloc_size to
> 	__attribute_alloc_size__.
> 	* include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
> 	* misc/sys/cdefs.h (__attribute_alloc_size__): New macro.

This is fine but canonical would be:

	* include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
	* misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
	* include/programs/xmalloc.h: Update uses.

The change is fine.

Thanks,
Roland


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