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 ports/18068] New: hppa: __O_SYNC define does not match the kernel


https://sourceware.org/bugzilla/show_bug.cgi?id=18068

            Bug ID: 18068
           Summary: hppa: __O_SYNC define does not match the kernel
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ports
          Assignee: unassigned at sourceware dot org
          Reporter: danglin at gcc dot gnu.org
                CC: carlos at redhat dot com, roland at gnu dot org
              Host: hppa-unknown-linux-gnu
            Target: hppa-unknown-linux-gnu
             Build: hppa-unknown-linux-gnu

Kernel has:

./include/uapi/asm/fcntl.h:#define __O_SYNC    000100000

glibc has:

#define __O_SYNC       01000000

in

ports/sysdeps/unix/sysv/linux/hppa/bits/fcntl.h

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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