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


From: Samuel Thibault
Subject: [SCM] POSIX threading library branch, master, updated. a6bb8f89d9569a3ecb0cefb892fd981481a8e976
Date: Thu, 02 Sep 2010 22:24:07 +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  a6bb8f89d9569a3ecb0cefb892fd981481a8e976 (commit)
      from  196ed7b4829c8a2f1550aaea7987a52fb40f8ba9 (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 a6bb8f89d9569a3ecb0cefb892fd981481a8e976
Author: Samuel Thibault <address@hidden>
Date:   Fri Sep 3 00:20:42 2010 +0200

    Fix __sched_param / sched_param conversion
    
    * sysdeps/generic/pt-attr-getschedparam.c (pthread_attr_getschedparam):
    memcpy from `attr->schedparam' to `param' to convert from __sched_param
    to sched_param.
    * sysdeps/generic/pt-attr-setschedparam.c (pthread_attr_setschedparam):
    memcpy from `param' to `attr->schedparam' to convert from sched_param
    to __sched_param.

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

Summary of changes:
 sysdeps/generic/pt-attr-getschedparam.c |    2 +-
 sysdeps/generic/pt-attr-setschedparam.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
POSIX threading library



reply via email to

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