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 nptl/15790] pthread_mutexattr_gettype doesn't store the value of the 'type' attribute into *type


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

--- Comment #4 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  2868e0703d5b8c8e60c6f60de13e876c4d85daa0 (commit)
      from  ebf27d12e602b428a316c105ed10371ed84d2d3d (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=2868e0703d5b8c8e60c6f60de13e876c4d85daa0

commit 2868e0703d5b8c8e60c6f60de13e876c4d85daa0
Author: Andreas Schwab <schwab@suse.de>
Date:   Mon Aug 11 11:18:26 2014 +0200

    Filter out PTHREAD_MUTEX_NO_ELISION_NP bit in pthread_mutexattr_gettype (BZ
#15790)

    pthread_mutexattr_settype adds PTHREAD_MUTEX_NO_ELISION_NP to kind,
    which is an internal flag that pthread_mutexattr_gettype shouldn't
    expose, since pthread_mutexattr_settype wouldn't accept it.

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

Summary of changes:
 ChangeLog                                     |    8 +++++
 NEWS                                          |    2 +-
 nptl/Makefile                                 |    2 +-
 nptl/pthread_mutexattr_gettype.c              |    3 +-
 nptl/{tst-spin1.c => tst-pthread-mutexattr.c} |   38 +++++++++++++-----------
 5 files changed, 33 insertions(+), 20 deletions(-)
 copy nptl/{tst-spin1.c => tst-pthread-mutexattr.c} (57%)

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