Parcourir la source

nptl: remove relocation in pthread_rwlock_init()

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer il y a 15 ans
Parent
commit
be7bc0ba87
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      libpthread/nptl/pthread_rwlock_init.c

+ 1 - 1
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 =
   {