Bläddra i källkod

blackfin kernel now supports mmap with 6 args

Mike Frysinger 19 år sedan
förälder
incheckning
e8689bdbc3
1 ändrade filer med 1 tillägg och 1 borttagningar
  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__