commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] POSIX threading library branch, master, updated. 3b391db91f70b2166


From: Richard Braun
Subject: [SCM] POSIX threading library branch, master, updated. 3b391db91f70b2166951413ee1eccc78cd398a44
Date: Wed, 19 Feb 2014 20:36:07 +0000

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 "POSIX threading library".

The branch, master has been updated
       via  3b391db91f70b2166951413ee1eccc78cd398a44 (commit)
      from  7c6dc6e28b2fc4b67934223f41cf080ffe58b230 (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 -----------------------------------------------------------------
commit 3b391db91f70b2166951413ee1eccc78cd398a44
Author: Richard Braun <address@hidden>
Date:   Wed Feb 19 21:30:22 2014 +0100

    Make name resolution thread-safe
    
    * pthread/pt-alloc.c (initialize_pthread): Reset resolver state.
    * pthread/pt-create.c: Include <resolv.h>.
    (entry_point): Update the __resp TLS variable to point to the resolver
    state of the current thread.
    * pthread/pt-internal.h: Define __need_res_state and include <resolv.h>.
    (struct __pthread): New `res_state' member.

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

Summary of changes:
 pthread/pt-alloc.c    |    2 ++
 pthread/pt-create.c   |    2 ++
 pthread/pt-internal.h |    5 +++++
 3 files changed, 9 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
POSIX threading library



reply via email to

[Prev in Thread] Current Thread [Next in Thread]