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. e79751ffaff3d4894


From: Samuel Thibault
Subject: [SCM] POSIX threading library branch, master, updated. e79751ffaff3d489498b1c17e3d2aa890fcef6bc
Date: Sat, 15 Sep 2012 19:44:04 +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  e79751ffaff3d489498b1c17e3d2aa890fcef6bc (commit)
       via  ce51f55217a6dc7f1e611d10e0b09c6d39152a8f (commit)
      from  640cfa0a4af3dc399bff496fd94081a99dbbcdd2 (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 e79751ffaff3d489498b1c17e3d2aa890fcef6bc
Merge: ce51f55 640cfa0
Author: Samuel Thibault <address@hidden>
Date:   Sat Sep 15 21:43:27 2012 +0200

    Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/libpthread

commit ce51f55217a6dc7f1e611d10e0b09c6d39152a8f
Author: Pino Toscano <address@hidden>
Date:   Sat Sep 15 19:14:21 2012 +0200

    pthread_create: turn ENOMEM to EAGAIN
    
    ENOMEM can be returned if some malloc fail, but it is not a valid POSIX 
error number for pthread_create;
    thus turn it to EAGAIN.
    
    * pthread/pt-create.c (pthread_create): Turn ENOMEM to EAGAIN.

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

Summary of changes:
 pthread/pt-create.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
POSIX threading library



reply via email to

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