You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.6 KiB
34 lines
1.6 KiB
/****************************************************************************
|
|
****************************************************************************
|
|
***
|
|
*** This header was automatically generated from a Linux kernel header
|
|
*** of the same name, to make information necessary for userspace to
|
|
*** call into the kernel available to libc. It contains only constants,
|
|
*** structures, and macros generated from the original header, and thus,
|
|
*** contains no copyrightable information.
|
|
***
|
|
*** To edit the content of this header, modify the corresponding
|
|
*** source file (e.g. under external/kernel-headers/original/) then
|
|
*** run bionic/libc/kernel/tools/update_all.py
|
|
***
|
|
*** Any manual change here will be lost the next time this script will
|
|
*** be run. You've been warned!
|
|
***
|
|
****************************************************************************
|
|
****************************************************************************/
|
|
#ifndef _UAPI_ASM_ARM_UNISTD_OABI_H
|
|
#define _UAPI_ASM_ARM_UNISTD_OABI_H 1
|
|
#define __NR_time (__NR_SYSCALL_BASE + 13)
|
|
#define __NR_umount (__NR_SYSCALL_BASE + 22)
|
|
#define __NR_stime (__NR_SYSCALL_BASE + 25)
|
|
#define __NR_alarm (__NR_SYSCALL_BASE + 27)
|
|
#define __NR_utime (__NR_SYSCALL_BASE + 30)
|
|
#define __NR_getrlimit (__NR_SYSCALL_BASE + 76)
|
|
#define __NR_select (__NR_SYSCALL_BASE + 82)
|
|
#define __NR_readdir (__NR_SYSCALL_BASE + 89)
|
|
#define __NR_mmap (__NR_SYSCALL_BASE + 90)
|
|
#define __NR_socketcall (__NR_SYSCALL_BASE + 102)
|
|
#define __NR_syscall (__NR_SYSCALL_BASE + 113)
|
|
#define __NR_ipc (__NR_SYSCALL_BASE + 117)
|
|
#endif
|