scc

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

commit f812d73e86aa308c373e06a170a1b3ba89ad5cb6
parent 7e4220e1c67a2049e8df31f979cc34d13d3f6938
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Thu, 26 Aug 2021 10:20:55 +0200

libc/openbsd: Remove autogenerated _sigaction2.s

This file is autogenerated and it should not go to the repository.

Diffstat:
Msrc/libc/arch/amd64/openbsd/.gitignore | 1+
Dsrc/libc/arch/amd64/openbsd/_sigaction2.s | 12------------
2 files changed, 1 insertion(+), 12 deletions(-)

diff --git a/src/libc/arch/amd64/openbsd/.gitignore b/src/libc/arch/amd64/openbsd/.gitignore @@ -9,3 +9,4 @@ _read.s _sigaction.s _sys_errlist.c _write.s +_sigaction2.s diff --git a/src/libc/arch/amd64/openbsd/_sigaction2.s b/src/libc/arch/amd64/openbsd/_sigaction2.s @@ -1,12 +0,0 @@ - .file "_sigaction2.s" - - .globl _sigaction2 -_sigaction2: - movq $46,%rax - syscall - jb 1f - retq - -1: movq %rax,(errno) - movq $-1,%rax - retq