summaryrefslogtreecommitdiff
path: root/lib/libc/sys/Lint___sigreturn14.c
blob: cafb6c2a43c374bc1474d4a7a66bf2efbd7c31f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* $NetBSD: Lint___sigreturn14.c,v 1.2 2000/06/14 06:49:10 cgd Exp $ */

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

#define	__LIBC12_SOURCE__

#include <signal.h>

/*ARGSUSED*/
int
__sigreturn14(scp)
	struct sigcontext *scp;
{
	return (0);
}