scc

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

commit c41c061f0e08759eecbcd1c97c3117199fc56d0e
parent 041d2d96655de6afaac6b20437df8897b03f6c92
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Tue, 17 May 2022 21:44:55 +0200

libc: Whitespace change

Diffstat:
Msrc/libc/arch/i386/linux/syscall.lst | 21+++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/src/libc/arch/i386/linux/syscall.lst b/src/libc/arch/i386/linux/syscall.lst @@ -1,13 +1,14 @@ -#number name num_of_op -1 _exit 1 -2 _fork 0 -3 _read 3 -4 _write 3 -5 _open 2 -6 _close 1 -19 _lseek 3 -20 _getpid 0 -37 _kill 2 +#Tabs 15 +#number name num_of_op +1 _exit 1 +2 _fork 0 +3 _read 3 +4 _write 3 +5 _open 2 +6 _close 1 +19 _lseek 3 +20 _getpid 0 +37 _kill 2 45 _sys_brk 1 67 __sigaction 4 114 _wait4 4