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. 19657e8b846a74264


From: Samuel Thibault
Subject: [SCM] POSIX threading library branch, master, updated. 19657e8b846a7426424f261c355bc54a68b3021b
Date: Fri, 02 May 2014 10:34:53 +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  19657e8b846a7426424f261c355bc54a68b3021b (commit)
      from  e2ae1c43d168fc6f8b34332cbb0656e5d107cbf3 (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 19657e8b846a7426424f261c355bc54a68b3021b
Author: Samuel Thibault <address@hidden>
Date:   Fri May 2 12:30:16 2014 +0200

    Fix guardsize semantic
    
    POSIX says guardsize is in addition to stacksize, not included.
    
    * pthread/pt-create.c (__pthread_create_internal): Use setup->guardsize
    + setup->stacksize as stack allocation size. Do not truncate guardsize
    to stacksize.
    * pthread/pt-internal.h (guardsize): Remove comment.
    * sysdeps/generic/pt-attr-setstacksize.c (pthread_attr_setstacksize): Do
    not truncate guardsize to stacksize.

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

Summary of changes:
 pthread/pt-create.c                    |    4 +---
 pthread/pt-internal.h                  |    6 +-----
 sysdeps/generic/pt-attr-setstacksize.c |    6 ------
 3 files changed, 2 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
POSIX threading library



reply via email to

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