summaryrefslogtreecommitdiff
path: root/src/user/lib/include/stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/lib/include/stdlib.h')
-rw-r--r--src/user/lib/include/stdlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/user/lib/include/stdlib.h b/src/user/lib/include/stdlib.h
index 8a86265..050ca80 100644
--- a/src/user/lib/include/stdlib.h
+++ b/src/user/lib/include/stdlib.h
@@ -14,6 +14,7 @@ _Noreturn void exit(int);
const char *getprogname(void);
void setprogname(const char *progname);
+void setproctitle(const char *fmt, ...);
int mkstemp(char *template);
char *getenv(const char *name);