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/22797] pkey_get() uses non-reserved name of argument


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

--- Comment #3 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  388ff7bd0d57d7061fdd39a2f26f65687e8058da (commit)
      from  0d40d0ecba3b1e5b8c3b8da01c708fea3948e193 (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=388ff7bd0d57d7061fdd39a2f26f65687e8058da

commit 388ff7bd0d57d7061fdd39a2f26f65687e8058da
Author: Igor Gnatenko <ignatenko@redhat.com>
Date:   Wed Feb 7 12:11:39 2018 +0100

    Linux: use reserved name __key in pkey_get [BZ #22797]

    _key is not reserved name and we should avoid using that. It seems that
    it was simple typo when pkey_* was implemented.

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

Summary of changes:
 ChangeLog                                  |    6 ++++++
 sysdeps/unix/sysv/linux/bits/mman-shared.h |    2 +-
 2 files changed, 7 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]