scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit c56ea52bd1002ff2b1cb6b69c298dddf2292ee87
parent a7eae833f9d4a359b5346e6fe4c68522faabf245
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Tue, 17 May 2022 21:58:29 +0200

libc: Sort arm/linux syscall.lst

Diffstat:
Msrc/libc/arch/arm/linux/syscall.lst | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/libc/arch/arm/linux/syscall.lst b/src/libc/arch/arm/linux/syscall.lst @@ -1,14 +1,14 @@ #number name -322 _openat +1 _exit 2 _fork -6 _close 3 _read 4 _write -1 _exit +6 _close 11 _execve +19 _lseek 20 _getpid 37 _kill -19 _lseek 45 _sys_brk 114 _wait4 134 __sigaction +322 _openat