mirror of git://sourceware.org/git/glibc.git
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:
parent
ff3475331e
commit
fa34de4116
|
@ -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>
|
2009-02-25 Carlos O'Donell <carlos@codesourcery.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h:
|
* sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h:
|
||||||
|
|
|
@ -24,6 +24,11 @@
|
||||||
#include <sysdeps/generic/sysdep.h>
|
#include <sysdeps/generic/sysdep.h>
|
||||||
#include <sys/syscall.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
|
#undef ASM_LINE_SEP
|
||||||
#define ASM_LINE_SEP !
|
#define ASM_LINE_SEP !
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue