diff options
Diffstat (limited to 'libc')
-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); |