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/21457] sys/ucontext.h namespace


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

--- Comment #5 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  487549c466e1434e812ca8877dd487398bc2df4e (commit)
      from  ed8cfb00c2fc291da1cece028bcdb05b2f4dd372 (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=487549c466e1434e812ca8877dd487398bc2df4e

commit 487549c466e1434e812ca8877dd487398bc2df4e
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Mon Jun 19 12:21:35 2017 +0000

    Fix another x86 sys/ucontext.h namespace issue (bug 21457).

    This patch fixes a namespace issue for one more field in the x86
    sys/ucontext.h that I missed in my previous changes.

    Tested for x86_64.

        [BZ #21457]
        * sysdeps/unix/sysv/linux/x86/sys/ucontext.h [__x86_64__] (struct
        _libc_xmmreg): Use __ctx in defining field.

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

Summary of changes:
 ChangeLog                                  |    4 ++++
 sysdeps/unix/sysv/linux/x86/sys/ucontext.h |    2 +-
 2 files changed, 5 insertions(+), 1 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]