From f1775381f91f1250b20f1949dfd0364ddb0ee9fc Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 23 Jul 2008 11:19:00 +0000 Subject: - fix inline keyword --- librt/mq_open.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librt/mq_open.c') 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 -- cgit v1.2.3