public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/17912] New: powerpc: Add O_TMPFILE to <fcntl.h>
@ 2015-02-01  8:51 raji at linux dot vnet.ibm.com
  2015-02-01  8:51 ` [Bug libc/17912] " raji at linux dot vnet.ibm.com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: raji at linux dot vnet.ibm.com @ 2015-02-01  8:51 UTC (permalink / raw)
  To: glibc-bugs

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.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/17912] powerpc: Add O_TMPFILE to <fcntl.h>
  2015-02-01  8:51 [Bug libc/17912] New: powerpc: Add O_TMPFILE to <fcntl.h> raji at linux dot vnet.ibm.com
@ 2015-02-01  8:51 ` raji at linux dot vnet.ibm.com
  2015-02-02 10:27 ` [Bug libc/17912] powerpc/arm/arm64/m68k: Wrong value of O_TMPFILE schwab@linux-m68k.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: raji at linux dot vnet.ibm.com @ 2015-02-01  8:51 UTC (permalink / raw)
  To: glibc-bugs

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

Rajalakshmi <raji at linux dot vnet.ibm.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at sourceware dot org   |raji at linux dot vnet.ibm.com

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/17912] powerpc/arm/arm64/m68k: Wrong value of O_TMPFILE
  2015-02-01  8:51 [Bug libc/17912] New: powerpc: Add O_TMPFILE to <fcntl.h> raji at linux dot vnet.ibm.com
  2015-02-01  8:51 ` [Bug libc/17912] " raji at linux dot vnet.ibm.com
@ 2015-02-02 10:27 ` schwab@linux-m68k.org
  2015-02-09 10:02 ` cvs-commit at gcc dot gnu.org
  2015-02-09 10:04 ` schwab@linux-m68k.org
  3 siblings, 0 replies; 5+ messages in thread
From: schwab@linux-m68k.org @ 2015-02-02 10:27 UTC (permalink / raw)
  To: glibc-bugs

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

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|powerpc: Add O_TMPFILE to   |powerpc/arm/arm64/m68k:
                   |<fcntl.h>                   |Wrong value of O_TMPFILE

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/17912] powerpc/arm/arm64/m68k: Wrong value of O_TMPFILE
  2015-02-01  8:51 [Bug libc/17912] New: powerpc: Add O_TMPFILE to <fcntl.h> raji at linux dot vnet.ibm.com
  2015-02-01  8:51 ` [Bug libc/17912] " raji at linux dot vnet.ibm.com
  2015-02-02 10:27 ` [Bug libc/17912] powerpc/arm/arm64/m68k: Wrong value of O_TMPFILE schwab@linux-m68k.org
@ 2015-02-09 10:02 ` cvs-commit at gcc dot gnu.org
  2015-02-09 10:04 ` schwab@linux-m68k.org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2015-02-09 10:02 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  59b61c82fe18e612058302e4c726385c4eb301d8 (commit)
      from  28b067571e98d3047da7020014502ff2391703be (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=59b61c82fe18e612058302e4c726385c4eb301d8

commit 59b61c82fe18e612058302e4c726385c4eb301d8
Author: Andreas Schwab <schwab@suse.de>
Date:   Sun Feb 1 14:04:15 2015 +0100

    Fix value of O_TMPFILE for architectures with non-default O_DIRECTORY (bug
17912)

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                  |    6 ++++++
 NEWS                                       |    2 +-
 sysdeps/unix/sysv/linux/bits/fcntl-linux.h |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/17912] powerpc/arm/arm64/m68k: Wrong value of O_TMPFILE
  2015-02-01  8:51 [Bug libc/17912] New: powerpc: Add O_TMPFILE to <fcntl.h> raji at linux dot vnet.ibm.com
                   ` (2 preceding siblings ...)
  2015-02-09 10:02 ` cvs-commit at gcc dot gnu.org
@ 2015-02-09 10:04 ` schwab@linux-m68k.org
  3 siblings, 0 replies; 5+ messages in thread
From: schwab@linux-m68k.org @ 2015-02-09 10:04 UTC (permalink / raw)
  To: glibc-bugs

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

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |2.22

--- Comment #2 from Andreas Schwab <schwab@linux-m68k.org> ---
Fixed in 2.22.

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-02-09 10:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-01  8:51 [Bug libc/17912] New: powerpc: Add O_TMPFILE to <fcntl.h> raji at linux dot vnet.ibm.com
2015-02-01  8:51 ` [Bug libc/17912] " raji at linux dot vnet.ibm.com
2015-02-02 10:27 ` [Bug libc/17912] powerpc/arm/arm64/m68k: Wrong value of O_TMPFILE schwab@linux-m68k.org
2015-02-09 10:02 ` cvs-commit at gcc dot gnu.org
2015-02-09 10:04 ` schwab@linux-m68k.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).