mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-12 20:20:18 +00:00
(INLINE_SYSCALL): Undefined before defining.
This commit is contained in:
parent
aaadd842d8
commit
259eb5cdb8
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user