From f1d8b8044e2dbf207ab98b26f5b9bbdfb7e59382 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 9 Dec 1999 07:52:58 +0000 Subject: Update. * locale/programs/ld-ctype.c (ctype_output): Correct sizes of mapping arrays. (allocate_arrays): Allocate memory for map32. Correctly install default values in it and install defined mappings. * locale/programs/ld-monetary.c (monetary_finish): Provide default value for mon_grouping. --- sysdeps/unix/sysv/linux/i386/mmap64.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/unix/sysv') diff --git a/sysdeps/unix/sysv/linux/i386/mmap64.S b/sysdeps/unix/sysv/linux/i386/mmap64.S index 916149a78a..4a30185f25 100644 --- a/sysdeps/unix/sysv/linux/i386/mmap64.S +++ b/sysdeps/unix/sysv/linux/i386/mmap64.S @@ -22,7 +22,7 @@ #define EINVAL 22 #define ENOSYS 38 - + .text ENTRY (__mmap64) @@ -51,7 +51,7 @@ ENTRY (__mmap64) movl 36(%esp), %edi /* Do the system call trap. */ -L(do_syscal): +L(do_syscall): int $0x80 /* If 0 > %eax > -4096 there was an error. */ -- cgit 1.4.1