2009-03-16 Khem Raj <raj.khem@gmail.com>

* sysdeps/unix/sysv/linux/arm/sysdep.h: Include errno.h.
This commit is contained in:
Joseph Myers 2009-03-17 12:32:06 +00:00
parent bd855f39f1
commit 26ed7fb1ff
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2009-03-16 Khem Raj <raj.khem@gmail.com>
* sysdeps/unix/sysv/linux/arm/sysdep.h: Include errno.h.
2009-03-15 Joseph Myers <joseph@codesourcery.com>
* sysdeps/arm/bits/link.h: Uglify function parameter names.

View file

@ -30,6 +30,11 @@
#include <tls.h>
/* In order to get __set_errno() definition in INLINE_SYSCALL. */
#ifndef __ASSEMBLER__
#include <errno.h>
#endif
/* 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