alpha: Include errno.h in sysdep.h

Recent changes in malloc-sysdep.h exposed this error, the
symptom being __set_errno was not defined early enough.
This commit is contained in:
Richard Henderson 2013-02-20 16:49:25 -08:00
parent 41f49342e9
commit ccdef322b8
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-02-20 Richard Henderson <rth@redhat.com>
* sysdeps/unix/alpha/sysdep.h: Include <errno.h>.
2013-02-18 Siddhesh Poyarekar <siddhesh@redhat.com>
* sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Add

View File

@ -161,6 +161,9 @@ __LABEL(name) \
#else /* !ASSEMBLER */
/* In order to get __set_errno() definition in INLINE_SYSCALL. */
#include <errno.h>
/* ??? Linux needs to be able to override INLINE_SYSCALL for one
particular special case. Make this easy. */