From 623b520a8115c6a2bd1af9c13c9e1ace924cf7e6 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 18 Feb 2002 09:05:01 +0000 Subject: Doh! --- 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 af739d52b..6c55e60ea 100644 --- a/libc/stdlib/atexit.c +++ b/libc/stdlib/atexit.c @@ -159,7 +159,7 @@ void exit(int rv) } /* Clean up everything else */ - if (__uClibc_cleanup) { + if (__uClibc_cleanup) __uClibc_cleanup(); _exit(rv); -- cgit v1.2.3