make-it-quick/config/check_struct_sigaction.c

8 lines
75 B
C

#include <signal.h>
int main()
{
struct sigaction sa;
return 0;
}