Summary: | Per C11 and C++11, <stdint.h> should not look at __STDC_LIMIT_MACROS or __STDC_CONSTANT_MACROS | ||
---|---|---|---|
Product: | glibc | Reporter: | Richard Smith <richard> |
Component: | libc | Assignee: | Paul Pluzhnikov <ppluzhnikov> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | drepper.fsp, fweimer, ondra, ppluzhnikov |
Priority: | P2 | Flags: | fweimer:
security-
|
Version: | unspecified | ||
Target Milestone: | 2.18 | ||
Host: | Target: | ||
Build: | Last reconfirmed: |
Description
Richard Smith
2013-04-13 00:32:50 UTC
Google ref: b/8607032 Proposed patch: http://sourceware.org/ml/libc-alpha/2013-04/msg00473.html Was according to http://sourceware.org/ml/libc-alpha/2013-04/msg00677.html commited. commit 1ef74943ce2f114c78b215af57c2ccc72ccdb0b7 Author: Paul Pluzhnikov <ppluzhnikov@google.com> Date: Thu Apr 25 11:08:31 2013 -0700 Get rid of __STDC_FORMAT_MACROS, __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS This went into glibc 2.18. |