diff options
Diffstat (limited to 'include/stdlib.h')
-rw-r--r-- | include/stdlib.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/stdlib.h b/include/stdlib.h index 114e12d..13ef64f 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -96,7 +96,8 @@ extern int __add_to_environ (const char *name, const char *value, const char *combines, int replace) attribute_hidden; extern void _quicksort (void *const pbase, size_t total_elems, - size_t size, __compar_d_fn_t cmp, void *arg); + size_t size, __compar_d_fn_t cmp, void *arg) + attribute_hidden; extern int __on_exit (void (*__func) (int __status, void *__arg), void *__arg); |