diff options
Diffstat (limited to 'include/stdlib.h')
-rw-r--r-- | include/stdlib.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/stdlib.h b/include/stdlib.h index f4e6d30ca7..ad9ea8e0e7 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -8,6 +8,9 @@ /* Now define the internal interfaces. */ #ifndef __Need_M_And_C + +libc_hidden_proto (__secure_getenv) + extern long int __random (void); extern void __srandom (unsigned int __seed); extern char *__initstate (unsigned int __seed, char *__statebuf, |