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/17780] [mips] bits/fcntl.h namespace


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

--- 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  172019c0ecbf4714047e4ec233eab37628731d2b (commit)
      from  522ad1d6f72751ac4f531dc87cecd94581076dd4 (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=172019c0ecbf4714047e4ec233eab37628731d2b

commit 172019c0ecbf4714047e4ec233eab37628731d2b
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Jan 2 18:29:24 2015 +0000

    Fix MIPS bits/fcntl.h namespace (bug 17780).

    sysdeps/unix/sysv/linux/mips/bits/fcntl.h has a structure field called
    pad, which is in the user's namespace.  This patch changes it to
    __glibc_reserved0.

        [BZ #17780]
        * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
        [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
        __glibc_reserved0.

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

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

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