This is the mail archive of the glibc-bugs@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]

[Bug libc/14553] Namespace pollution loff_t in sys/types.h


http://sourceware.org/bugzilla/show_bug.cgi?id=14553

--- Comment #1 from joseph at codesourcery dot com <joseph at codesourcery dot com> 2012-09-07 14:35:49 UTC ---
Note that this is a quality-of-implementation issue, not a standards 
conformance one (since sys/types.h is a POSIX header, not ISO C, and POSIX 
reserves all *_t type names when any header is included).  But since glibc 
generally tries to avoid defining such types when the relevant standard 
isn't enabled (just as, for example, declarations of str* functions are 
appropriately conditioned in string.h even though such names are reserved 
by ISO C), this should be fixed consistently with how glibc generally 
handles such issues.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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