[git commit master 1/1] nptl: remove relocation in pthread_rwlock_init()

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Jun 11 17:33:09 UTC 2010


commit: http://git.uclibc.org/uClibc/commit/?id=be7bc0ba87633a1e5fc2f00358137d905126e787
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 libpthread/nptl/pthread_rwlock_init.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libpthread/nptl/pthread_rwlock_init.c b/libpthread/nptl/pthread_rwlock_init.c
index aab832e..6cbdd97 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 =
   {
-- 
1.7.1



More information about the uClibc-cvs mailing list