From 02484bfc1052d7f1ae52440b1d633d86aba6054e Mon Sep 17 00:00:00 2001
From: Peter S. Mazinger <ps.m@gmx.net>
Date: Sat, 16 Apr 2011 14:19:52 +0200
Subject: [PATCH 299/396] ustat.c: always_inline syscall

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
---
 libc/sysdeps/linux/common/ustat.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/libc/sysdeps/linux/common/ustat.c b/libc/sysdeps/linux/common/ustat.c
index e97fa76..157b3be 100644
--- a/libc/sysdeps/linux/common/ustat.c
+++ b/libc/sysdeps/linux/common/ustat.c
@@ -16,9 +16,9 @@
  * long sys_ustat(unsigned dev, struct ustat __user * ubuf),
  * thus we use unsigned, not __kernel_dev_t.
  */
-static __inline__ _syscall2(int, __syscall_ustat,
-		unsigned, kdev_t,
-		struct ustat *, ubuf)
+static __always_inline _syscall2(int, __syscall_ustat,
+				 unsigned, kdev_t,
+				 struct ustat *, ubuf)
 
 int ustat(dev_t dev, struct ustat *ubuf)
 {
-- 
1.7.0.4

