diff options
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysdep.h')
-rw-r--r-- | libpthread/nptl/sysdeps/unix/sysdep.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysdep.h b/libpthread/nptl/sysdeps/unix/sysdep.h index 3f5d1721c..0e7c9da5a 100644 --- a/libpthread/nptl/sysdeps/unix/sysdep.h +++ b/libpthread/nptl/sysdeps/unix/sysdep.h @@ -58,4 +58,6 @@ /* Wrappers around system calls should normally inline the system call code. But sometimes it is not possible or implemented and we use this code. */ +#ifndef INLINE_SYSCALL #define INLINE_SYSCALL(name, nr, args...) __syscall_##name (args) +#endif |