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-glibc has been updated
via c7c777b3d43d490c2012f6b8e6a61c455479fbbc (commit)
from 14d1fbe7ddd74c10039b062dbb49e64804715fff (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 c7c777b3d43d490c2012f6b8e6a61c455479fbbc
Author: Samuel Thibault <[email protected]>
Date: Tue Sep 1 00:40:28 2015 +0200
Harmonize semaphore.h with glibc
* include/semaphore.h: Reorder function declarations, prepend parameter
names with __.
(sem_init, sem_destroy, *sem_open, sem_close, sem_unlink, sem_getvalue): Add
__THROW attribute.
(sem_trywait, sem_post): Add __THROWNL attribute.
-----------------------------------------------------------------------
Summary of changes:
include/semaphore.h | 51 +++++++++++++++++++++++++++++----------------------
1 files changed, 29 insertions(+), 22 deletions(-)
hooks/post-receive
--
POSIX threading library