summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/bfin/bits
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-06-07 12:30:17 +0000
committerMike Frysinger <vapier@gentoo.org>2006-06-07 12:30:17 +0000
commite8689bdbc38110a2f65eed4a695aab6b82dc458b (patch)
tree095404342c642c4c5597e0a97c8a71d198df3f73 /libc/sysdeps/linux/bfin/bits
parentb08728d5872c59b6830ed74bae57342b473f8757 (diff)
blackfin kernel now supports mmap with 6 args
Diffstat (limited to 'libc/sysdeps/linux/bfin/bits')
-rw-r--r--libc/sysdeps/linux/bfin/bits/uClibc_arch_features.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/bfin/bits/uClibc_arch_features.h b/libc/sysdeps/linux/bfin/bits/uClibc_arch_features.h
index 1b40e32a2..a9140ee7e 100644
--- a/libc/sysdeps/linux/bfin/bits/uClibc_arch_features.h
+++ b/libc/sysdeps/linux/bfin/bits/uClibc_arch_features.h
@@ -10,7 +10,7 @@
#undef __UCLIBC_ABORT_INSTRUCTION__
/* 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__