public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/4359] New: the __freadable function is not compatible with Solaris
@ 2007-04-13 22:04 bruno at clisp dot org
  2007-04-13 22:05 ` [Bug libc/4359] " bruno at clisp dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bruno at clisp dot org @ 2007-04-13 22:04 UTC (permalink / raw)
  To: glibc-bugs

The comments in <stdio_ext.h> indicate that the functions declared in this
file are intended to be Solaris compatible. However, __freadable is not.

Attached program prints on Solaris:

Initial state for write-only stream: 0 1
Initial state for read-only stream:  1 0
Initial state for read-write stream: 0 0
Initial state for read-write stream: 0 0

And on a glibc system:

Initial state for write-only stream: 1 1
Initial state for read-only stream:  1 0
Initial state for read-write stream: 1 0
Initial state for read-write stream: 1 0

-- 
           Summary: the __freadable function is not compatible with Solaris
           Product: glibc
           Version: 2.3.6
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: bruno at clisp dot org
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: i586-suse-linux
  GCC host triplet: i586-suse-linux
GCC target triplet: i586-suse-linux


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

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

end of thread, other threads:[~2007-10-13 11:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-13 22:04 [Bug libc/4359] New: the __freadable function is not compatible with Solaris bruno at clisp dot org
2007-04-13 22:05 ` [Bug libc/4359] " bruno at clisp dot org
2007-04-13 22:07 ` [Bug libc/4359] the __freading " bruno at clisp dot org
2007-10-13  7:21 ` drepper at redhat dot com
2007-10-13 11:13 ` bruno at clisp dot org

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).