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 c5446ccd59e5b3adb89071167bcf0ff26303c57e (commit)
from 64727f50e23a744e1607cb6aff72f0813d56c6c9 (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 c5446ccd59e5b3adb89071167bcf0ff26303c57e
Author: Samuel Thibault <[email protected]>
Date: Sun Nov 5 12:14:16 2017 +0100
Add missing internal names
Follow-up 2b7d0800f314e0abf370b2b6f6272a2ddb875464 ('Fix exposing
symbols')
* sysdeps/generic/pt-mutexattr-destroy.c (__pthread_mutexattr_destroy):
Define.
(pthread_mutexattr_destroy): Redefine as alias.
* sysdeps/generic/pt-mutexattr-init.c (__pthread_mutexattr_init):
Define.
(pthread_mutexattr_init): Redefine as alias.
* sysdeps/generic/pt-mutexattr-settype.c (__pthread_mutexattr_settype):
Define.
(pthread_mutexattr_settype): Redefine as alias.
-----------------------------------------------------------------------
Summary of changes:
sysdeps/generic/pt-mutexattr-destroy.c | 3 ++-
sysdeps/generic/pt-mutexattr-init.c | 3 ++-
sysdeps/generic/pt-mutexattr-settype.c | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
hooks/post-receive
--
POSIX threading library