From 514c861a1dc349d81c12ce4cf3bba769a2d7281b Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 30 Jan 2006 07:33:45 +0000 Subject: Why this? --- libc/stdlib/atexit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/stdlib/atexit.c') diff --git a/libc/stdlib/atexit.c b/libc/stdlib/atexit.c index 99f59e293..75972b57d 100644 --- a/libc/stdlib/atexit.c +++ b/libc/stdlib/atexit.c @@ -158,7 +158,7 @@ int on_exit(oefuncp func, void *arg) #ifdef L___cxa_atexit libc_hidden_proto(__cxa_atexit) -extern int __cxa_atexit (cxaefuncp func, void *arg, void *dso_handle) +int __cxa_atexit (cxaefuncp func, void *arg, void *dso_handle) { struct exit_function *efp; -- cgit v1.2.3