summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86/syscalls/munlock.S
Commit message (Collapse)AuthorAgeFilesLines
* The SYS_ constants should cover all __NR_ values.Elliott Hughes2013-03-211-1/+1
| | | | | | | | | | | <sys/linux-syscalls.h> only contains constants for the syscalls we're generating stubs for. We want all the syscalls available on the architecture in question. Keep using <sys/linux-syscalls.h> on ARM for now because the __NR_ARM_set_tls and __NR_ARM_cacheflush values aren't in <asm/unistd.h>. Change-Id: I66683950d87d9b18d6107d0acc0ed238a4496f44
* Use the kernel's MAX_ERRNO in the syscall stubs.Elliott Hughes2013-03-121-1/+2
| | | | | Bug: http://code.google.com/p/android/issues/detail?id=53104 Change-Id: Iaabf7025b153e96dc5eca231a33a32d4cb7d8116
* Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs.Elliott Hughes2013-02-061-6/+3
| | | | | | | | | Also update the x86 asm.h to support this; we need it for libm assembler anyway. Also clean up the _FBSDID hack in <sys/cdefs.h>. Change-Id: Iababd977b8110ec022bf7c93f4d62ece47630e7c
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+26
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-26/+0
|
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-211-0/+26