summaryrefslogtreecommitdiff
path: root/lib/libc/sys/Lint___sigreturn14.c
blob: 08cccbd1e69337ddcd27d19cc27951b0a5b55514 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* $NetBSD: Lint___sigreturn14.c,v 1.3 2003/09/11 15:29:10 christos Exp $ */

/*
 * This file placed in the public domain.
 * Chris Demetriou, November 5, 1997.
 */

#define	__LIBC12_SOURCE__

#include <signal.h>

#ifndef __HAVE_SIGINFO
/*ARGSUSED*/
int
__sigreturn14(scp)
	struct sigcontext *scp;
{
	return (0);
}
#endif