Skip to content

Commit

Permalink
wrong place
Browse files Browse the repository at this point in the history
  • Loading branch information
laffer1 committed Nov 22, 2024
1 parent 752eb6c commit 44cc52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libc/stdlib/getenv.c
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ __clean_env_destructor(void)
char *
getenv(const char *name)
{
int envNdx;
size_t nameLen;

/* Check for malformed name. */
Expand Down Expand Up @@ -690,7 +691,6 @@ unsetenv(const char *name)
int
clearenv(void)
{
int envNdx;
*environ = NULL;
__merge_environ();

Expand Down

0 comments on commit 44cc52c

Please sign in to comment.