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. glibc-2.23-hurd+l


From: Samuel Thibault
Subject: [SCM] POSIX threading library branch, master, updated. glibc-2.23-hurd+libpthread-20161218-46-gcf330bc
Date: Sun, 18 Mar 2018 14:31:23 -0400 (EDT)

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  cf330bc70608049a66a5b12d9dc8de37325d81af (commit)
      from  12d1a7cf6b0f94139a5e274d06cabbf725238522 (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 cf330bc70608049a66a5b12d9dc8de37325d81af
Author: Samuel Thibault <address@hidden>
Date:   Sun Mar 18 19:22:43 2018 +0100

    Use sched_param for now
    
    This exposes more structure names than desired, but we can see how to
    fix that another way later.
    
    * sysdeps/pthread/bits/thread-attr.h (__need_schedparam): Do not define
    macro.
    (struct __pthread_attr): Make __schedparam field struct sched_param
    instead of struct __sched_param.
    * sysdeps/generic/pt-attr.c (__pthread_default_attr): Use sched_priority
    instead of __sched_priority.
    * sysdeps/generic/pt-getschedparam.c (__pthread_getschedparam):
    Likewise.
    * sysdeps/generic/timer_routines.h (thread_attr_compare): Likewise.

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

Summary of changes:
 sysdeps/generic/pt-attr.c          | 2 +-
 sysdeps/generic/pt-getschedparam.c | 2 +-
 sysdeps/generic/timer_routines.h   | 4 ++--
 sysdeps/pthread/bits/thread-attr.h | 5 ++---
 4 files changed, 6 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
POSIX threading library



reply via email to

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