Eric Andersen 22 vuotta sitten
vanhempi
commit
b8fa5e71e4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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>