ref: b0561e50ec063be50dcd76fb3c1f6cd31dbd75fe
parent: 3252f49834823c518c5ceef58b141375ed1b210d
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Sat Oct 2 18:16:41 EDT 2021
libc: Fix build in bsd systems After the commit 383f380a the other BSD systems didn't compile because the new sigaction.h file was not present on them. This commit uses the same header that the one used in OpenBSD that should work but it could not be tested correctly. At least the compilation is fixed again.