From 259eb5cdb82420ecdc9c1da9445a7dc4fd92496e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 14 Jan 2003 01:23:59 +0000 Subject: [PATCH] (INLINE_SYSCALL): Undefined before defining. --- sysdeps/unix/alpha/sysdep.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sysdeps/unix/alpha/sysdep.h b/sysdeps/unix/alpha/sysdep.h index 47d5f768330..01e7de0d06d 100644 --- a/sysdeps/unix/alpha/sysdep.h +++ b/sysdeps/unix/alpha/sysdep.h @@ -129,6 +129,7 @@ $syscall_error: \ /* ??? Linux needs to be able to override INLINE_SYSCALL for one particular special case. Make this easy. */ +#undef INLINE_SYSCALL #define INLINE_SYSCALL(name, nr, args...) \ INLINE_SYSCALL1(name, nr, args) -- 2.47.3