diff options
Diffstat (limited to 'lib/libc/stdlib/setenv.c')
| -rw-r--r-- | lib/libc/stdlib/setenv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/setenv.c b/lib/libc/stdlib/setenv.c index 004a29bd..3dfe3d22 100644 --- a/lib/libc/stdlib/setenv.c +++ b/lib/libc/stdlib/setenv.c @@ -1,7 +1,7 @@ #include "stddef.h" // for NULL #include <atomic.h> // for LIBC_LOCK, LIBC_UNLOCK -#include <libc.h> // for (anonymous), libc, (anonymous struct)::(anonymous) +#include <libc.h> // for libc, libc::(anonymous), libc::LIBC_ENVP_TOUCHED #include <stdlib.h> // for malloc, realloc, setenv #include <string.h> // for strlen, size_t, memcpy, strcpy, strchr, strncmp |
