(INLINE_SYSCALL): Undefined before defining.

This commit is contained in:
Ulrich Drepper 2003-01-14 01:23:59 +00:00
parent aaadd842d8
commit 259eb5cdb8

View file

@ -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)