[Bug libc/10988] New: AT_* defines might depends on the OS and should be moved to bits/fcntl.h
aurelien at aurel32 dot net
sourceware-bugzilla@sourceware.org
Thu Nov 19 16:31:00 GMT 2009
POSIX 2008 defines the name of the AT_* constants, but not there values.
Currently the GNU libc has the constants in io/fcntl.h, assuming OS are using
the same constants, which is wrong.
The following patch moves these constants to the various bits/fcntl.h. It is
only for main architectures, but I can provide patches for ports architecture
on demand.
--
Summary: AT_* defines might depends on the OS and should be moved
to bits/fcntl.h
Product: glibc
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: libc
AssignedTo: drepper at redhat dot com
ReportedBy: aurelien at aurel32 dot net
CC: glibc-bugs at sources dot redhat dot com
GCC build triplet: i686-unknown-kfreebsd7.2-gnu
GCC host triplet: i686-unknown-kfreebsd7.2-gnu
GCC target triplet: i686-unknown-kfreebsd7.2-gnu
http://sourceware.org/bugzilla/show_bug.cgi?id=10988
------- 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