* sysdeps/unix/sysv/linux/arm/sysdep.h: Include <tls.h>.

This commit is contained in:
Daniel Jacobowitz 2009-01-27 15:36:22 +00:00
parent 9290e55376
commit a68f927f95
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2009-01-27 Daniel Jacobowitz <dan@codesourcery.com>
* sysdeps/unix/sysv/linux/arm/sysdep.h: Include <tls.h>.
2009-01-12 Mike Frysinger <vapier@gentoo.org>
* sysdeps/arm/fpu/setjmp.S: Add hidden_def (__sigsetjmp).

View File

@ -28,6 +28,8 @@
/* Defines RTLD_PRIVATE_ERRNO and USE_DL_SYSINFO. */
#include <dl-sysdep.h>
#include <tls.h>
/* For Linux we can use the system call table in the header file
/usr/include/asm/unistd.h
of the kernel. But these symbols do not follow the SYS_* syntax