mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
2009-03-16 Khem Raj <raj.khem@gmail.com>
* sysdeps/unix/sysv/linux/arm/sysdep.h: Include errno.h.
This commit is contained in:
parent
bd855f39f1
commit
26ed7fb1ff
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user