ARM: Fix syscalls, part 2.

* include/linux/arm/syscall.h: Fix syscalls.
This commit is contained in:
Danny Milosavljevic 2019-03-06 10:15:58 +01:00 committed by Jan Nieuwenhuizen
parent 4cd248d2bb
commit 801f5d27e5
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
// libc+tcc
#define SYS_close 0x06
#define SYS_time 0x0d
#define SYS_lseek 0x13
#define SYS_unlink 0x0a
#define SYS_rmdir 0x28