summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/sparc/mmap.c
diff options
context:
space:
mode:
authorGwenolé Beauchesne <gbeauchesne@mandriva.org>2003-02-18 16:48:15 +0000
committerGwenolé Beauchesne <gbeauchesne@mandriva.org>2003-02-18 16:48:15 +0000
commitcfc97c2e6d73efdf65b5ff0fc6ee66f1dc19f36c (patch)
treea377e1084729f1f289e32f7f180edb924d96718a /mdk-stage1/dietlibc/sparc/mmap.c
parent8182e7cfe7d9c60567e48b876282594395062530 (diff)
downloaddrakx-cfc97c2e6d73efdf65b5ff0fc6ee66f1dc19f36c.tar
drakx-cfc97c2e6d73efdf65b5ff0fc6ee66f1dc19f36c.tar.gz
drakx-cfc97c2e6d73efdf65b5ff0fc6ee66f1dc19f36c.tar.bz2
drakx-cfc97c2e6d73efdf65b5ff0fc6ee66f1dc19f36c.tar.xz
drakx-cfc97c2e6d73efdf65b5ff0fc6ee66f1dc19f36c.zip
Merge in CVS dietlibc 0.21 for IA-64 and X86-64 support. However, drop the
following architectures we currently don't support: arm, mips, mipsel, parisc, s390, sparc64.
Diffstat (limited to 'mdk-stage1/dietlibc/sparc/mmap.c')
-rw-r--r--mdk-stage1/dietlibc/sparc/mmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdk-stage1/dietlibc/sparc/mmap.c b/mdk-stage1/dietlibc/sparc/mmap.c
index 25ebdc24e..5342bac4e 100644
--- a/mdk-stage1/dietlibc/sparc/mmap.c
+++ b/mdk-stage1/dietlibc/sparc/mmap.c
@@ -1,5 +1,5 @@
-#include <linux/types.h>
-#include <linux/unistd.h>
+#include <sys/types.h>
+#include "syscalls.h"
#define __SYSCALL_STRING \
"ta 0x10;" \