From 14267671fded5e2fb8e05448370cc7d5edb1a1a1 Mon Sep 17 00:00:00 2001 From: Jason Downs Date: Fri, 25 Oct 1996 07:06:38 +0000 Subject: add decl --- lib/libc/stdlib/abort.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/libc/stdlib/abort.c') diff --git a/lib/libc/stdlib/abort.c b/lib/libc/stdlib/abort.c index 8f326d15dbe..630f377f75e 100644 --- a/lib/libc/stdlib/abort.c +++ b/lib/libc/stdlib/abort.c @@ -32,13 +32,15 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: abort.c,v 1.3 1996/10/25 03:09:15 tholo Exp $"; +static char *rcsid = "$OpenBSD: abort.c,v 1.4 1996/10/25 07:06:37 downsj Exp $"; #endif /* LIBC_SCCS and not lint */ #include #include #include +void (*__cleanup)(); + void abort() { -- cgit v1.2.3