shithub: scc

Download patch

ref: f812d73e86aa308c373e06a170a1b3ba89ad5cb6
parent: 7e4220e1c67a2049e8df31f979cc34d13d3f6938
author: Roberto E. Vargas Caballero <[email protected]>
date: Thu Aug 26 06:20:55 EDT 2021

libc/openbsd: Remove autogenerated _sigaction2.s

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

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