blob: 64b955e26840b8a0a4fb07efd77650ea8c4ee1a2 [file] [log] [blame]
Serban Constantinescu7f8863d2013-10-10 23:05:06 +01001/* Generated by gensyscalls.py. Do not edit. */
2
Elliott Hughesed744842013-11-07 10:31:05 -08003#include <private/bionic_asm.h>
Serban Constantinescu7f8863d2013-10-10 23:05:06 +01004
5ENTRY(mmap)
Serban Constantinescu7f8863d2013-10-10 23:05:06 +01006 mov x8, __NR_mmap
7 svc #0
8
Serban Constantinescu7f8863d2013-10-10 23:05:06 +01009 cmn x0, #(MAX_ERRNO + 1)
10 cneg x0, x0, hi
Elliott Hughes011e1112014-09-08 15:25:01 -070011 b.hi __set_errno_internal
Serban Constantinescu7f8863d2013-10-10 23:05:06 +010012
13 ret
14END(mmap)
Serban Constantinescued76a932013-12-12 09:36:27 +000015
Elliott Hughes986f9062014-02-18 16:42:36 -080016 .globl mmap64
17 .equ mmap64, mmap