diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-28 02:13:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-28 02:13:45 +0000 |
commit | db123def7650dd0f9e580410c51c0c17a109c94f (patch) | |
tree | d699e6ffde5cc6d3d0ce98fb1661101f77bb134c /libc | |
parent | f1d6630031409b01c3fef8fcf034590f44c60869 (diff) |
enable 6 arg version of mmap
Diffstat (limited to 'libc')
-rw-r--r-- | libc/sysdeps/linux/alpha/bits/uClibc_arch_features.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/alpha/bits/uClibc_arch_features.h b/libc/sysdeps/linux/alpha/bits/uClibc_arch_features.h index c48bd574d..2d10c5f7c 100644 --- a/libc/sysdeps/linux/alpha/bits/uClibc_arch_features.h +++ b/libc/sysdeps/linux/alpha/bits/uClibc_arch_features.h @@ -9,7 +9,7 @@ #define __UCLIBC_ABORT_INSTRUCTION__ "call_pal 0" /* can your target use syscall6() for mmap ? */ -#undef __UCLIBC_MMAP_HAS_6_ARGS__ +#define __UCLIBC_MMAP_HAS_6_ARGS__ /* does your target use syscall4() for truncate64 ? (32bit arches only) */ #undef __UCLIBC_TRUNCATE64_HAS_4_ARGS__ |