summaryrefslogtreecommitdiff
path: root/userland/libc/include/stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'userland/libc/include/stdlib.h')
-rw-r--r--userland/libc/include/stdlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/userland/libc/include/stdlib.h b/userland/libc/include/stdlib.h
index a389e8c..2dcd447 100644
--- a/userland/libc/include/stdlib.h
+++ b/userland/libc/include/stdlib.h
@@ -35,4 +35,5 @@ int atoi(const char *str);
char *realpath(const char *filename, char *resolvedname);
long atol(const char *nptr);
long long atoll(const char *nptr);
+int setenv(const char *name, const char *value, int overwrite);
#endif