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 769e2108a0f5fc49eff9f3addbaf5f0646bcb253 (commit)
from c2a1b325b7b2ce0d3d16bd1e9430e1d7eddce71e (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 769e2108a0f5fc49eff9f3addbaf5f0646bcb253
Author: Thomas Schwinge <[email protected]>
Date: Wed Sep 7 19:38:22 2011 +0200
Tiny build and GCC warning fixes.
* pthread/cthreads-compat.c: #include <stddef.h> for NULL.
* pthread/pt-exit.c (pthread_exit): Remove stray need_dealloc variable.
* sysdeps/generic/pt-attr-getschedparam.c: #include <string.h> for memcpy.
* sysdeps/mach/hurd/ia32/pt-setup.c (stack_setup): Apply some more
typecasting.
* tests/test-1.c: #include <assert.h>.
* tests/test-6.c: Likewise.
* tests/test-7.c: Likewise.
* tests/test-16.c (handler): Take parameters for sa_handler, not
sa_sigaction.
-----------------------------------------------------------------------
Summary of changes:
pthread/cthreads-compat.c | 1 +
pthread/pt-exit.c | 1 -
sysdeps/generic/pt-attr-getschedparam.c | 1 +
sysdeps/mach/hurd/ia32/pt-setup.c | 2 +-
tests/test-1.c | 1 +
tests/test-16.c | 2 +-
tests/test-6.c | 1 +
tests/test-7.c | 1 +
8 files changed, 7 insertions(+), 3 deletions(-)
hooks/post-receive
--
POSIX threading library