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/21259] New: [alpha] termios.h missing IXANY for POSIX


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

            Bug ID: 21259
           Summary: [alpha] termios.h missing IXANY for POSIX
           Product: glibc
           Version: 2.25
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: jsm28 at gcc dot gnu.org
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---
              Host: alpha*-*-linux*

sysdeps/unix/sysv/linux/alpha/bits/termios.h defines IXANY only if __USE_MISC. 
But it's in the base standard for POSIX.1:2008, and XSI-shaded in previous
standards.  This omission results in:

FAIL: conform/POSIX2008/termios.h/conform
FAIL: conform/UNIX98/termios.h/conform
FAIL: conform/XOPEN2K/termios.h/conform
FAIL: conform/XOPEN2K8/termios.h/conform
FAIL: conform/XPG3/termios.h/conform
FAIL: conform/XPG4/termios.h/conform

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