diff options
Diffstat (limited to 'libc/stdlib/_atexit.c')
-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 e5840f471..38d2d78a0 100644 --- a/libc/stdlib/_atexit.c +++ b/libc/stdlib/_atexit.c @@ -46,7 +46,7 @@ #include <bits/uClibc_mutex.h> __UCLIBC_MUTEX_EXTERN(__atexit_lock); -libc_hidden_proto(exit) +/* libc_hidden_proto(exit) */ libc_hidden_proto(_exit) |