public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/1010] New: sockatmark() definition is wrong
@ 2005-06-14 13:26 michael dot kerrisk at gmx dot net
  2005-09-17 23:39 ` [Bug libc/1010] " drepper at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: michael dot kerrisk at gmx dot net @ 2005-06-14 13:26 UTC (permalink / raw)
  To: glibc-bugs

currently, this function's body says something like:

    return ioctl(fd, SIOCATMARK);

For Linux, this needs to be something like

    int arg, s;

    s = ioctl(fd, SIOCATMARK, &arg);
    if (s == -1)
        return -1;
    return arg;

Cheers,

Michael

-- 
           Summary: sockatmark() definition is wrong
           Product: glibc
           Version: 2.3.5
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: gotom at debian dot or dot jp
        ReportedBy: michael dot kerrisk at gmx dot net
                CC: glibc-bugs at sources dot redhat dot com


http://sources.redhat.com/bugzilla/show_bug.cgi?id=1010

------- 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] 2+ messages in thread

* [Bug libc/1010] sockatmark() definition is wrong
  2005-06-14 13:26 [Bug libc/1010] New: sockatmark() definition is wrong michael dot kerrisk at gmx dot net
@ 2005-09-17 23:39 ` drepper at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: drepper at redhat dot com @ 2005-09-17 23:39 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2005-09-17 23:39 -------
This implementation is always needed, I changed the existing implementation.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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

------- 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] 2+ messages in thread

end of thread, other threads:[~2005-09-17 23:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-14 13:26 [Bug libc/1010] New: sockatmark() definition is wrong michael dot kerrisk at gmx dot net
2005-09-17 23:39 ` [Bug libc/1010] " drepper 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).