From 2420033f0e70b80a77683d9a7fc975f0be8f43dc Mon Sep 17 00:00:00 2001 From: korbb Date: Sat, 7 Jun 2008 22:25:33 +0000 Subject: [PATCH] copy in the new generated "pthread.h" header git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@136540 138bc75d-0d04-0410-961f-82ee72b054a4 --- fixincludes/tests/base/pthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixincludes/tests/base/pthread.h b/fixincludes/tests/base/pthread.h index 1da740f566c..68ed2c8ab1a 100644 --- a/fixincludes/tests/base/pthread.h +++ b/fixincludes/tests/base/pthread.h @@ -86,7 +86,7 @@ # ifdef __USE_GNU # if __WORDSIZE == 64 # define PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP \ - { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP } } # else # define PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP \ -- 2.11.0