diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-12-09 07:52:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-12-09 07:52:58 +0000 |
commit | f1d8b8044e2dbf207ab98b26f5b9bbdfb7e59382 (patch) | |
tree | ddaa6228b210d05b84bf417434a3327ba5dc10a4 /sysdeps/unix/sysv | |
parent | af1680f1f9926a0662fc35a53c491d2eec1ab262 (diff) | |
download | glibc-f1d8b8044e2dbf207ab98b26f5b9bbdfb7e59382.tar glibc-f1d8b8044e2dbf207ab98b26f5b9bbdfb7e59382.tar.gz glibc-f1d8b8044e2dbf207ab98b26f5b9bbdfb7e59382.tar.bz2 glibc-f1d8b8044e2dbf207ab98b26f5b9bbdfb7e59382.zip |
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.
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/mmap64.S | 4 |
1 files changed, 2 insertions, 2 deletions
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. */ |