소스 검색

x86_64: add missing includes to sem_*.S

Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Austin Foxley 15 년 전
부모
커밋
11cd655429
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S
  2. 2 0
      libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S

+ 2 - 0
libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S

@@ -19,6 +19,8 @@
 
 #include <sysdep.h>
 #include <pthread-errnos.h>
+#include <tcb-offsets.h>
+#include <tls.h>
 
 #ifndef UP
 # define LOCK lock

+ 2 - 0
libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S

@@ -19,6 +19,8 @@
 
 #include <sysdep.h>
 #include <pthread-errnos.h>
+#include <tcb-offsets.h>
+#include <tls.h>
 
 #ifndef UP
 # define LOCK lock