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. 3410beff94994edf9


From: Samuel Thibault
Subject: [SCM] POSIX threading library branch, master, updated. 3410beff94994edf971dd634c56156d70c7cf215
Date: Sat, 28 Feb 2015 20:44:46 +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  3410beff94994edf971dd634c56156d70c7cf215 (commit)
      from  e5107f3250800f5194c6fae4050eb3ea7f61209d (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 3410beff94994edf971dd634c56156d70c7cf215
Author: Samuel Thibault <address@hidden>
Date:   Sat Feb 28 21:41:47 2015 +0100

    Allow libpthread.so to dynamically loaded from a dlopened library
    
    * pthread/pt-internal.h: Include <ldsodefs.h>
    (_dl_allocate_tls, _dl_deallocate_tls): Remove declarations.
    * sysdeps/mach/hurd/pt-sysdep.c (init_routine): Rename into _init_routine,
    add `stack' parameter, return if __pthread_threads is already initialized,
    pass stack address to __pthread_create_internal if any.
    (init_routine): New function, calls init_routine with 0
    (dynamic_init_routine): New constructor function, calls init_routine with
    __libc_stack_end.

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

Summary of changes:
 pthread/pt-internal.h         |   17 ++++-------------
 sysdeps/mach/hurd/pt-sysdep.c |   34 +++++++++++++++++++++++++++++++---
 2 files changed, 35 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
POSIX threading library



reply via email to

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