summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/init-libc-headers.h
diff options
context:
space:
mode:
authorMatthias Badaire <mbadaire@mandriva.com>2001-05-30 14:31:23 +0000
committerMatthias Badaire <mbadaire@mandriva.com>2001-05-30 14:31:23 +0000
commit0879c2dadfe9f6998bdcddf837918ed8617d17b4 (patch)
tree29d89b91ab9935e390efcf1739a7867b8ea2d8c3 /mdk-stage1/init-libc-headers.h
parentd8b95b8592b512c3bc036cb2df9745e39104490d (diff)
downloaddrakx-backup-do-not-use-0879c2dadfe9f6998bdcddf837918ed8617d17b4.tar
drakx-backup-do-not-use-0879c2dadfe9f6998bdcddf837918ed8617d17b4.tar.gz
drakx-backup-do-not-use-0879c2dadfe9f6998bdcddf837918ed8617d17b4.tar.bz2
drakx-backup-do-not-use-0879c2dadfe9f6998bdcddf837918ed8617d17b4.tar.xz
drakx-backup-do-not-use-0879c2dadfe9f6998bdcddf837918ed8617d17b4.zip
- allow build on ia64
- have CFLAGS centralized in Makefile.common (should help ports such as alpha) - better looking sub makefiles
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);