diff options
Diffstat (limited to 'lib/libc/stdlib/getenv.c')
| -rw-r--r-- | lib/libc/stdlib/getenv.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/stdlib/getenv.c b/lib/libc/stdlib/getenv.c index deb2b5f7..17975574 100644 --- a/lib/libc/stdlib/getenv.c +++ b/lib/libc/stdlib/getenv.c @@ -1,6 +1,7 @@ -#include <libc.h> -#include <stddef.h> -#include <atomic.h> +#include <atomic.h> // for LIBC_UNLOCK, LIBC_LOCK +#include <libc.h> // for (anonymous struct)::(anonymous), (anonymous), libc +#include <stddef.h> // for NULL +#include <stdlib.h> // for getenv, secure_getenv extern char **environ; |
