summaryrefslogtreecommitdiff
path: root/src/signal/sighold.c
blob: 1c5b0c20b7e1f6982cb503f444eece27856e8d36 (plain)
1
2
3
4
5
6
7
8
9
10
#include <signal.h>

int sighold(int sig)
{
	return 0;
}

/*
XOPEN(400)
*/