diff options
author | Austin Foxley <austinf@cetoncorp.com> | 2009-12-16 03:05:38 -0800 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-12-16 03:06:00 -0800 |
commit | 11cd655429ca1f7e8b3e851e489e51d5d19e0f78 (patch) | |
tree | 366b57971bff5e951ebeeba94dd79eff8ceac4f9 /libpthread/nptl | |
parent | ab38c21ada116672ceed99e4f387dd93ac8e2dd2 (diff) |
x86_64: add missing includes to sem_*.S
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libpthread/nptl')
-rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S | 2 | ||||
-rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S b/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S index e5fbf8eb2..64e168099 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S +++ b/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 diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S b/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S index 32c24e83d..c2f94d47f 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S +++ b/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 |