From c929e546434d34ede71388ee58242d814cd1493e Mon Sep 17 00:00:00 2001 From: downsj <> Date: Fri, 25 Oct 1996 07:06:37 +0000 Subject: [PATCH] add decl --- src/lib/libc/stdlib/abort.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/libc/stdlib/abort.c b/src/lib/libc/stdlib/abort.c index 8f326d15..630f377f 100644 --- a/src/lib/libc/stdlib/abort.c +++ b/src/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() {