2009-04-23 Carlos O'Donell <carlos@codesourcery.com>

* sysdeps/unix/sysv/linux/hppa/sysdep.h [!__ASSEMBLER__]:
	Include errno.h.
This commit is contained in:
Carlos O'Donell 2009-04-24 02:48:15 +00:00
parent ff3475331e
commit fa34de4116
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2009-04-23 Carlos O'Donell <carlos@codesourcery.com>
* sysdeps/unix/sysv/linux/hppa/sysdep.h [!__ASSEMBLER__]:
Include errno.h.
2009-02-25 Carlos O'Donell <carlos@codesourcery.com>
* sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h:

View File

@ -24,6 +24,11 @@
#include <sysdeps/generic/sysdep.h>
#include <sys/syscall.h>
/* In order to get __set_errno() definition in INLINE_SYSCALL. */
#ifndef __ASSEMBLER__
#include <errno.h>
#endif
#undef ASM_LINE_SEP
#define ASM_LINE_SEP !