summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/i386/mmap64.S4
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. */