public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/11046] New: Wrong kernel version check at __ptsname_internal
@ 2009-12-03  4:08 herton at mandriva dot com dot br
  2009-12-09 16:35 ` [Bug libc/11046] " drepper at redhat dot com
  0 siblings, 1 reply; 3+ messages in thread
From: herton at mandriva dot com dot br @ 2009-12-03  4:08 UTC (permalink / raw)
  To: glibc-bugs

The commit e2c59de in git repository added a check for old BSD pseudo terminals.
Looks like the check added was inverted, instead of:
#if __LINUX_KERNEL_VERSION >= 131443
should be:
#if __LINUX_KERNEL_VERSION < 131443
at sysdeps/unix/sysv/linux/ptsname.c:131

Also may be the MASTER_P macro should be revisited too and changed accordingly
kernel version?

-- 
           Summary: Wrong kernel version check at __ptsname_internal
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: herton at mandriva dot com dot br
                CC: glibc-bugs at sources dot redhat dot com


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 3+ messages in thread
[parent not found: <bug-11046-131@http.sourceware.org/bugzilla/>]

end of thread, other threads:[~2014-06-30 20:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-03  4:08 [Bug libc/11046] New: Wrong kernel version check at __ptsname_internal herton at mandriva dot com dot br
2009-12-09 16:35 ` [Bug libc/11046] " drepper at redhat dot com
     [not found] <bug-11046-131@http.sourceware.org/bugzilla/>
2014-06-30 20:35 ` fweimer at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).