Browse Source

Fix mmap64 undefined on arm oabi with pure thumb1 patchset. Thanks Tobias Poschwatta

Khem Raj 16 years ago
parent
commit
4862934e78
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libc/sysdeps/linux/arm/mmap64.S

+ 1 - 0
libc/sysdeps/linux/arm/mmap64.S

@@ -104,6 +104,7 @@ mmap64:
 	b	__syscall_error
 #endif
 #else /* !__ARM_EABI__ */
+mmap64:
 	stmfd	sp!, {r4, r5, lr}
 	ldr	r5, [sp, $16]
 	ldr	r4, [sp, $12]