浏览代码

nptl: remove relocation in pthread_rwlock_init()

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 14 年之前
父节点
当前提交
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 =
   {