Merge "Add SYS_riscv_flush_icache." am: 7477d79a0f
Original change: https://android-review.googlesource.com/c/platform/bionic/+/2562193 Change-Id: Ia48989d4f47f4ee26efc15503c9ee2f11fed35de Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
2e8cc07b9b
2 changed files with 4 additions and 0 deletions
|
@ -906,6 +906,9 @@
|
|||
#if defined(__NR_restart_syscall)
|
||||
#define SYS_restart_syscall __NR_restart_syscall
|
||||
#endif
|
||||
#if defined(__NR_riscv_flush_icache)
|
||||
#define SYS_riscv_flush_icache __NR_riscv_flush_icache
|
||||
#endif
|
||||
#if defined(__NR_rmdir)
|
||||
#define SYS_rmdir __NR_rmdir
|
||||
#endif
|
||||
|
|
|
@ -92,6 +92,7 @@ def GenerateGlibcSyscallsHeader(updater):
|
|||
'kernel/uapi/asm-arm/asm/unistd.h',
|
||||
'kernel/uapi/asm-arm/asm/unistd-eabi.h',
|
||||
'kernel/uapi/asm-arm/asm/unistd-oabi.h',
|
||||
'kernel/uapi/asm-riscv/asm/unistd.h',
|
||||
'kernel/uapi/asm-x86/asm/unistd_32.h',
|
||||
'kernel/uapi/asm-x86/asm/unistd_64.h',
|
||||
'kernel/uapi/asm-x86/asm/unistd_x32.h']:
|
||||
|
|
Loading…
Reference in a new issue