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 stdio/20014] New: stdio.h namespace for pre-threads POSIX


https://sourceware.org/bugzilla/show_bug.cgi?id=20014

            Bug ID: 20014
           Summary: stdio.h namespace for pre-threads POSIX
           Product: glibc
           Version: 2.23
            Status: NEW
          Severity: normal
          Priority: P2
         Component: stdio
          Assignee: unassigned at sourceware dot org
          Reporter: jsm28 at gcc dot gnu.org
  Target Milestone: ---

stdio.h declares flockfile, ftrylockfile, funlockfile, getc_unlocked,
getchar_unlocked, putc_unlocked and putchar_unlocked if __USE_POSIX, with
comments "These are defined in POSIX.1:1996.".  But __USE_POSIX is actually
POSIX.1:1990, and these functions should not be declared for 1990 / 1992 / 1993
POSIX, XPG3 or XPG4.

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