This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/10988] New: AT_* defines might depends on the OS and should be moved to bits/fcntl.h


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]