summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/init-libc-headers.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/init-libc-headers.h')
-rw-r--r--mdk-stage1/init-libc-headers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdk-stage1/init-libc-headers.h b/mdk-stage1/init-libc-headers.h
index f5f6aa2e6..01761e869 100644
--- a/mdk-stage1/init-libc-headers.h
+++ b/mdk-stage1/init-libc-headers.h
@@ -40,5 +40,5 @@
#define SOCK_STREAM 1
#endif
-_syscall3(int, syslog, int, type, char *, bufp, int, len);
-_syscall3(int, reboot, int, magic, int, magic2, int, flag);
+static inline _syscall3(int, syslog, int, type, char *, bufp, int, len);
+static inline _syscall3(int, reboot, int, magic, int, magic2, int, flag);