Selaa lähdekoodia

nptl: remove relocation in pthread_rwlock_init()

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 15 vuotta sitten
vanhempi
commit
be7bc0ba87
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 =
   {