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/17912] New: powerpc: Add O_TMPFILE to <fcntl.h>


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

            Bug ID: 17912
           Summary: powerpc: Add O_TMPFILE to <fcntl.h>
           Product: glibc
           Version: 2.21
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: raji at linux dot vnet.ibm.com
                CC: drepper.fsp at gmail dot com

The following definition of O_TMPFILE is missing in
sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h because of which open() fails when
passing o_TMPFILE
in powerpc.

#define __O_TMPFILE    020040000 /* Atomically create nameless file.  */

-- 
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]