Ver Fonte

nptl: remove relocation in pthread_rwlock_init()

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer há 15 anos atrás
pai
commit
be7bc0ba87
1 ficheiros alterados com 1 adições e 1 exclusões
  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 =
   {