From ccdef322b865e804d08b368cf75601897e2c57f1 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Wed, 20 Feb 2013 16:49:25 -0800 Subject: 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. --- ports/sysdeps/unix/alpha/sysdep.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ports/sysdeps') diff --git a/ports/sysdeps/unix/alpha/sysdep.h b/ports/sysdeps/unix/alpha/sysdep.h index 3b71a5ec6c..d20bcd6d31 100644 --- a/ports/sysdeps/unix/alpha/sysdep.h +++ b/ports/sysdeps/unix/alpha/sysdep.h @@ -161,6 +161,9 @@ __LABEL(name) \ #else /* !ASSEMBLER */ +/* In order to get __set_errno() definition in INLINE_SYSCALL. */ +#include + /* ??? Linux needs to be able to override INLINE_SYSCALL for one particular special case. Make this easy. */ -- cgit 1.4.1