From: Ulrich Drepper Date: Tue, 14 Jan 2003 01:23:59 +0000 (+0000) Subject: (INLINE_SYSCALL): Undefined before defining. X-Git-Tag: glibc-2.16-ports-before-merge~1456 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=259eb5cdb82420ecdc9c1da9445a7dc4fd92496e;p=thirdparty%2Fglibc.git (INLINE_SYSCALL): Undefined before defining. --- 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)