summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-06-11 19:33:09 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-06-11 19:33:09 +0200
commitbe7bc0ba87633a1e5fc2f00358137d905126e787 (patch)
tree572068fedbf77b166dd2e728a37d4f9896d5e11c
parent13433395f2fd808006cd07b05b79cae193c6ecb9 (diff)
nptl: remove relocation in pthread_rwlock_init()
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
-rw-r--r--libpthread/nptl/pthread_rwlock_init.c2
1 files changed, 1 insertions, 1 deletions
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 <bits/kernel-features.h>
-
+#include <string.h>
static const struct pthread_rwlockattr default_attr =
{