From be7bc0ba87633a1e5fc2f00358137d905126e787 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 11 Jun 2010 19:33:09 +0200 Subject: nptl: remove relocation in pthread_rwlock_init() Signed-off-by: Bernhard Reutner-Fischer --- libpthread/nptl/pthread_rwlock_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread') diff --git a/libpthread/nptl/pthread_rwlock_init.c b/libpthread/nptl/pthread_rwlock_init.c index aab832eea..6cbdd975e 100644 --- a/libpthread/nptl/pthread_rwlock_init.c +++ b/libpthread/nptl/pthread_rwlock_init.c @@ -19,7 +19,7 @@ #include "pthreadP.h" #include - +#include static const struct pthread_rwlockattr default_attr = { -- cgit v1.2.3