]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(INLINE_SYSCALL): Undefined before defining.
authorUlrich Drepper <drepper@redhat.com>
Tue, 14 Jan 2003 01:23:59 +0000 (01:23 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 14 Jan 2003 01:23:59 +0000 (01:23 +0000)
sysdeps/unix/alpha/sysdep.h

index 47d5f7683302316fe98c121be38f173168fedcc7..01e7de0d06d0731669a27b3c301daf0579907060 100644 (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)