]> git.ipfire.org Git - thirdparty/glibc.git/commit
2005-07-11 Jakub Jelinek <jakub@redhat.com>
authorRoland McGrath <roland@gnu.org>
Mon, 18 Jul 2005 03:27:21 +0000 (03:27 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 18 Jul 2005 03:27:21 +0000 (03:27 +0000)
commit242a656c09042ddc6d1cce9fcec4c39272790893
treee54313d7dcc9f9ac6497b360c2c6eb8224f9306b
parent5d9ad98c7aba8af69a5fed8f6b0a51e71bc98e71
2005-07-11  Jakub Jelinek  <jakub@redhat.com>

[BZ #1102]
* sysdeps/pthread/pthread.h (PTHREAD_MUTEX_INITIALIZER,
PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP,
PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP,
PTHREAD_MUTEX_ADAPTIVE_NP, PTHREAD_RWLOCK_INITIALIZER,
PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP,
PTHREAD_COND_INITIALIZER): Supply zeros for all fields
in the structure.
* Makefile (tests): Add tst-initializers1.
(CFLAGS-tst-initializers1.c): Set.
* tst-initializers1.c: New test.
nptl/Makefile
nptl/tst-initializers1.c [new file with mode: 0644]