[Bug libc/4359] New: the __freadable function is not compatible with Solaris
bruno at clisp dot org
sourceware-bugzilla@sourceware.org
Fri Apr 13 22:04:00 GMT 2007
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.
More information about the Glibc-bugs
mailing list