scc

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

commit 78c4546494ca40bc3b41ae4dd67bb396dee9e5bd
parent c28baef4523a183c068671d539f93f8bec5ccf7b
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Wed, 17 Oct 2018 17:59:59 +0100

[lib/c] Fix syscall.lst of linux

The commit e1143f284b modified accidentaly this file
and the syscall numbers were wrong.

Diffstat:
Mlib/c/target/amd64-sysv-linux/syscall.lst | 20++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/lib/c/target/amd64-sysv-linux/syscall.lst b/lib/c/target/amd64-sysv-linux/syscall.lst @@ -1,11 +1,11 @@ #number name -1 _Exit -3 _read -4 _write -5 _open -6 _close -17 _brk -20 _getpid -37 _kill -46 _sigaction -199 _lseek +0 _read +1 _write +2 _open +3 _close +3 _lseek +12 _brk +13 _sigaction +38 _getpid +60 _Exit +32 _kill