Преглед на файлове

nptl: remove relocation in pthread_rwlock_init()

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer преди 15 години
родител
ревизия
be7bc0ba87
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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 =
   {