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/14856] New: _POSIX_TZNAME_MAX defined unconditionally to 6


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

             Bug #: 14856
           Summary: _POSIX_TZNAME_MAX defined unconditionally to 6
           Product: glibc
           Version: 2.16
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: unassigned@sourceware.org
        ReportedBy: jsm28@gcc.gnu.org
                CC: drepper.fsp@gmail.com
    Classification: Unclassified


posix/bits/posix1_lim.h defines _POSIX_TZNAME_MAX unconditionally to 6, but for
standards before the 2001 edition of POSIX the value should be 3, similar to
how other such macros are conditioned on __USE_XOPEN2K.  Testing a patch.

-- 
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]