diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-02-18 09:05:01 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-02-18 09:05:01 +0000 |
commit | 623b520a8115c6a2bd1af9c13c9e1ace924cf7e6 (patch) | |
tree | dcc87de85887cb8c26470d2cf1a66ae1d8a16a19 | |
parent | 5ce7dc9543896883a3e30a1e6676c9f4c215f382 (diff) |
Doh!
-rw-r--r-- | libc/stdlib/atexit.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |