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/17783] New: TIOCSER_TEMT conditions inconsistent


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

            Bug ID: 17783
           Summary: TIOCSER_TEMT conditions inconsistent
           Product: glibc
           Version: 2.21
            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

sysdeps/unix/sysv/linux/powerpc/bits/termios.h defines TIOCSER_TEMT if
__USE_MISC, sysdeps/unix/sysv/linux/sparc/bits/termios.h if __USE_GNU; the
glibc API should be consistent about the conditions for this macro, on
platforms where it exists at all.  (MIPS defines it unconditionally - bug 17782
- I intend to fix that by using __USE_MISC as the most conservative fix, but
the API still needs to be made consistent across platforms.)

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