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] Fix for BZ #15366 (ignore __STDC_LIMIT_MACROS, __STDC_CONSTANT_MACROS)


On Tue, Apr 23, 2013 at 6:35 AM, Florian Weimer <fweimer@redhat.com> wrote:

> I personally have been bitten by the need to define __STDC_FORMAT_MACROS
> (that's the 7.8.1 reference).

Updated patch attached. Tested on Linux/x86_64.

Thanks,
-- 
Paul Pluzhnikov

2013-04-23  Paul Pluzhnikov  <ppluzhnikov@google.com>

	[BZ #15366]
	* sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
	define unconditionally.
	* sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
        define unconditionally.
        (INT8_C, INT16_C, etc.): Likewise.

Attachment: glibc-PR15366-20130423.txt
Description: Text document


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