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. 58a36b39ff9968d20


From: Samuel Thibault
Subject: [SCM] POSIX threading library branch, master, updated. 58a36b39ff9968d203037db496cedd8acbb969c3
Date: Sun, 28 Sep 2014 21:35:42 +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  58a36b39ff9968d203037db496cedd8acbb969c3 (commit)
      from  d568cf99fd7e16fa9bdfce995c9318c8176f5dcd (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 58a36b39ff9968d203037db496cedd8acbb969c3
Author: Samuel Thibault <address@hidden>
Date:   Sun Sep 28 23:34:10 2014 +0200

    Fetch stack size from rlimit
    
    * pthread/pt-create.c: Include <hurd/resource.h>
    (__pthread_create_internal): When `attr''s stacksize is 0, try to get
    the desired size from the RLIMIT_STACK rlimit before defaulting to
    PTHREAD_STACK_DEFAULT.
    * sysdeps/generic/pt-attr.c (__pthread_default_attr): Set stacksize to
    0 instead of PTHREAD_STACK_DEFAULT.

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

Summary of changes:
 pthread/pt-create.c       |   19 ++++++++++++++++---
 sysdeps/generic/pt-attr.c |    2 +-
 2 files changed, 17 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
POSIX threading library



reply via email to

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