ref: 590ba0dfe7a73ab2e47fe333cf700e01d9cda6e9
parent: 3c2cec93a9475a27f854ac2541f69c4a7a0b3657
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Mon Oct 15 09:07:20 EDT 2018
[lib/c] Remove _gettimeofday.s from amd64-sysv-netbsd This file is autogenerated.
--- a/lib/c/target/amd64-sysv-netbsd/.gitignore
+++ b/lib/c/target/amd64-sysv-netbsd/.gitignore
@@ -8,3 +8,4 @@
_read.s
_write.s
_sigaction.s
+_gettimeofday.s
--- a/lib/c/target/amd64-sysv-netbsd/_gettimeofday.s
+++ /dev/null
@@ -1,5 +1,0 @@
-.global _gettimeofday
-_gettimeofday:
- movq $418,%rax
- syscall
- ret