From 56023566de1169f19911097f27297c21134e1fa3 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sun, 20 Mar 2011 03:10:54 +0100 Subject: remove duplicate prototypes for _stdio_term(). Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/stdlib/_atexit.c | 1 + libc/stdlib/abort.c | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'libc/stdlib') diff --git a/libc/stdlib/_atexit.c b/libc/stdlib/_atexit.c index 770494eec..4bb884075 100644 --- a/libc/stdlib/_atexit.c +++ b/libc/stdlib/_atexit.c @@ -40,6 +40,7 @@ #include #include #include +#include #include #include diff --git a/libc/stdlib/abort.c b/libc/stdlib/abort.c index a5bac461a..ffb7b2e37 100644 --- a/libc/stdlib/abort.c +++ b/libc/stdlib/abort.c @@ -47,9 +47,6 @@ static __always_inline int not_null_ptr(const void *p) # warning "no abort instruction defined for your arch" #endif -#ifdef __UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT__ -extern void weak_function _stdio_term(void) attribute_hidden; -#endif static smallint been_there_done_that = 0; /* Be prepared in case multiple threads try to abort() */ -- cgit v1.2.3