Browse Source

blackfin kernel now supports mmap with 6 args

Mike Frysinger 18 years ago
parent
commit
e8689bdbc3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/sysdeps/linux/bfin/bits/uClibc_arch_features.h

+ 1 - 1
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__