blob: 3a7ffae33f5794127a541a5c8ab3df60838fc647 [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;
}