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


From: Samuel Thibault
Subject: [SCM] POSIX threading library branch, master, updated. c2a1b325b7b2ce0d3d16bd1e9430e1d7eddce71e
Date: Tue, 23 Aug 2011 17:09:47 +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  c2a1b325b7b2ce0d3d16bd1e9430e1d7eddce71e (commit)
      from  a6bb8f89d9569a3ecb0cefb892fd981481a8e976 (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 c2a1b325b7b2ce0d3d16bd1e9430e1d7eddce71e
Author: Samuel Thibault <address@hidden>
Date:   Tue Aug 23 19:06:18 2011 +0200

    Use __clockid_t instead of clockid_t
    
    Using clockid_t just for pthread types makes us pull <time.h>, which defines
    time(), which may conflict with applications.
    
    * include/pthread/pthread.h (pthread_condattr_getclock,
    pthread_condattr_setclock, pthread_getcpuclockid): Use __clockid_t instead
    of clockid_t.
    * include/pthread/pthreadtypes.h: Include <bits/types.h>, instead of 
<time.h>
    and defining clockid_t ourself when not defined by time.h.
    * sysdeps/generic/bits/condition-attr.h: Include <bits/types.h> instead of
    <time.h>.
    (__pthread_condattr): Use __clockid_t instead of clockid_t.

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

Summary of changes:
 include/pthread/pthread.h             |    6 +++---
 include/pthread/pthreadtypes.h        |   13 +------------
 sysdeps/generic/bits/condition-attr.h |    4 ++--
 3 files changed, 6 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
POSIX threading library



reply via email to

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