summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/rename.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/rename.c')
-rw-r--r--libc/sysdeps/linux/common/rename.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/rename.c b/libc/sysdeps/linux/common/rename.c
index 7e88bf346..fd7318f02 100644
--- a/libc/sysdeps/linux/common/rename.c
+++ b/libc/sysdeps/linux/common/rename.c
@@ -14,7 +14,7 @@
#include <stdio.h>
#define __NR___syscall_rename __NR_rename
-static inline _syscall2(int, __syscall_rename, const char *, oldpath,
+static __inline__ _syscall2(int, __syscall_rename, const char *, oldpath,
const char *, newpath);
int rename(const char * oldpath, const char * newpath)