diff options
Diffstat (limited to 'stdlib/stdlib.h')
-rw-r--r-- | stdlib/stdlib.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/stdlib/stdlib.h b/stdlib/stdlib.h index 9b5d187..5d410af 100644 --- a/stdlib/stdlib.h +++ b/stdlib/stdlib.h @@ -568,8 +568,6 @@ extern int atexit (void (*__func) (void)) __THROW; #ifdef __USE_MISC /* Register a function to be called with the status given to `exit' and the given argument. */ -extern int __on_exit (void (*__func) (int __status, void *__arg), void *__arg) - __THROW; extern int on_exit (void (*__func) (int __status, void *__arg), void *__arg) __THROW; #endif |