diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/stdlib.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/stdlib.h b/include/stdlib.h index 992b87793c..dcb83a5027 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -242,6 +242,11 @@ struct abort_msg_s extern struct abort_msg_s *__abort_msg; libc_hidden_proto (__abort_msg) +# if IS_IN (rtld) +extern __typeof (unsetenv) unsetenv attribute_hidden; +extern __typeof (__strtoul_internal) __strtoul_internal attribute_hidden; +# endif + __END_DECLS #endif |