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


From: Samuel Thibault
Subject: [SCM] POSIX threading library branch, master, updated. a0e2516e0f10619ef708109ff3bc6b54b44d4193
Date: Fri, 04 Apr 2014 20: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  a0e2516e0f10619ef708109ff3bc6b54b44d4193 (commit)
      from  3b391db91f70b2166951413ee1eccc78cd398a44 (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 a0e2516e0f10619ef708109ff3bc6b54b44d4193
Author: Samuel Thibault <address@hidden>
Date:   Fri Apr 4 20:39:08 2014 +0200

    Use only clock_gettime, do not depend on librt
    
    clock_gettime is actually provided by libc, not librt, so we don't need
    the latter, and thus avoid the librt dependency, which would cause
    initialization issues.
    
    * sysdeps/generic/pt-condattr-setclock.c (pthread_condattr_setclock):
    Use clock_gettime instead of clock_getres to test for clock
    availability.
    * Makefile: Do not link against librt.

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

Summary of changes:
 Makefile                               |    2 --
 sysdeps/generic/pt-condattr-setclock.c |    2 +-
 2 files changed, 1 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
POSIX threading library



reply via email to

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