blob: 6553a20520c72006f4b4faf424d5ac6087c2e6d4 [file] [log] [blame]
#include <errno.h>
#include <signal.h>
int sigaction(int sig, const struct sigaction* restrict sa, struct sigaction* restrict old) {
errno = ENOSYS;
return -1;
}