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/21715] sysdeps/nptl/bits/pthreadtypes.h: typedef guard __have_pthread_attr_t can cause redefinition of typedef ‘pthread_attr_t’


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

Adhemerval Zanella <adhemerval.zanella at linaro dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |2.26

--- Comment #4 from Adhemerval Zanella <adhemerval.zanella at linaro dot org> ---
Fixed by 3adfef7eaafae8dc00fa12cdecde68c01b7d565a.

--- 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  3adfef7eaafae8dc00fa12cdecde68c01b7d565a (commit)
      from  031e519c95c069abe4e4c7c59e2b4b67efccdee5 (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=3adfef7eaafae8dc00fa12cdecde68c01b7d565a

commit 3adfef7eaafae8dc00fa12cdecde68c01b7d565a
Author: Matthew Krupcale <mkrupcale@matthewkrupcale.com>
Date:   Thu Jul 6 10:22:20 2017 -0300

    nptl: Fix typo on __have_pthread_attr_t (BZ#21715)

    This patch fixes some build issues when including types/sigevent_t.h
    along with bits/pthreadtypes.h.

    Checked on x86_64-linux-gnu and on a build on supported major ABIs.

        [BZ #21715]
        * sysdeps/nptl/bits/pthreadtypes.h (__have_pthread_attr_t): Fix typo
        on definition.

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

Summary of changes:
 ChangeLog                        |    6 ++++++
 sysdeps/nptl/bits/pthreadtypes.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]