diff options
Diffstat (limited to 'librt/mq_open.c')
-rw-r--r-- | librt/mq_open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librt/mq_open.c b/librt/mq_open.c index e87220eb0..62c831032 100644 --- a/librt/mq_open.c +++ b/librt/mq_open.c @@ -12,7 +12,7 @@ #ifdef __NR_mq_open #define __NR___syscall_mq_open __NR_mq_open -static inline _syscall4(int, __syscall_mq_open, const char *, name, +static __inline__ _syscall4(int, __syscall_mq_open, const char *, name, int, oflag, __kernel_mode_t, mode, void *, attr); /* * Establish connection between a process and a message queue and |