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


From: Samuel Thibault
Subject: [SCM] POSIX threading library branch, master, updated. ed61c3b7b5ebdde30f4d887972876b210fae2372
Date: Sun, 08 Mar 2015 16:57:18 +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  ed61c3b7b5ebdde30f4d887972876b210fae2372 (commit)
      from  988f0e4cbda1673dfaa47051b8a64d90a89ea2ce (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 ed61c3b7b5ebdde30f4d887972876b210fae2372
Author: Samuel Thibault <address@hidden>
Date:   Sun Mar 8 17:55:49 2015 +0100

    Fix static linking of programs using pthread
    
    The libc-provided lockfile functions must be overriden by the libpthread
    ones.
    
    * sysdeps/pthread/flockfile.c (_IO_flockfile): Make alias weak.
    * sysdeps/pthread/ftrylockfile.c (_IO_ftrylockfile): Likewise.
    * sysdeps/pthread/funlockfile.c (_IO_funlockfile): Likewise.

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

Summary of changes:
 sysdeps/pthread/flockfile.c    |    2 +-
 sysdeps/pthread/ftrylockfile.c |    2 +-
 sysdeps/pthread/funlockfile.c  |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
POSIX threading library



reply via email to

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