Add missing prototypes. From Bernd.
This commit is contained in:
parent
e6f7684f2a
commit
b9af52952a
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: saveregs.c,v 1.3 1997/07/13 18:45:23 christos Exp $ */
|
||||
/* $NetBSD: saveregs.c,v 1.4 1997/07/14 02:13:56 christos Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990 The Regents of the University of California.
|
||||
@ -42,10 +42,15 @@
|
||||
#if 0
|
||||
static char sccsid[] = "from: @(#)saveregs.c 5.2 (Berkeley) 6/22/90";
|
||||
#else
|
||||
__RCSID("$NetBSD: saveregs.c,v 1.3 1997/07/13 18:45:23 christos Exp $");
|
||||
__RCSID("$NetBSD: saveregs.c,v 1.4 1997/07/14 02:13:56 christos Exp $");
|
||||
#endif
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
void __builtin_saveregs __P((void));
|
||||
|
||||
void
|
||||
__builtin_saveregs()
|
||||
{
|
||||
abort();
|
||||
|
Loading…
Reference in New Issue
Block a user