Eric Andersen il y a 22 ans
Parent
commit
b8fa5e71e4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      libc/sysdeps/linux/v850/_mmap.c

+ 1 - 1
libc/sysdeps/linux/v850/_mmap.c

@@ -1,4 +1,4 @@
-/* Use old style mmap for v850 */
+/* Use new style mmap for v850 */
 #include <unistd.h>
 #include <sys/mman.h>
 #include <sys/syscall.h>