mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 11:20:07 +00:00
* sysdeps/unix/sysv/linux/arm/sysdep.h: Include <tls.h>.
This commit is contained in:
parent
9290e55376
commit
a68f927f95
@ -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>
|
2009-01-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* sysdeps/arm/fpu/setjmp.S: Add hidden_def (__sigsetjmp).
|
* sysdeps/arm/fpu/setjmp.S: Add hidden_def (__sigsetjmp).
|
||||||
|
@ -28,6 +28,8 @@
|
|||||||
/* Defines RTLD_PRIVATE_ERRNO and USE_DL_SYSINFO. */
|
/* Defines RTLD_PRIVATE_ERRNO and USE_DL_SYSINFO. */
|
||||||
#include <dl-sysdep.h>
|
#include <dl-sysdep.h>
|
||||||
|
|
||||||
|
#include <tls.h>
|
||||||
|
|
||||||
/* For Linux we can use the system call table in the header file
|
/* For Linux we can use the system call table in the header file
|
||||||
/usr/include/asm/unistd.h
|
/usr/include/asm/unistd.h
|
||||||
of the kernel. But these symbols do not follow the SYS_* syntax
|
of the kernel. But these symbols do not follow the SYS_* syntax
|
||||||
|
Loading…
Reference in New Issue
Block a user