diff options
Diffstat (limited to 'include/bsd/unistd.h')
-rw-r--r-- | include/bsd/unistd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/bsd/unistd.h b/include/bsd/unistd.h index 16855ec..f9f7874 100644 --- a/include/bsd/unistd.h +++ b/include/bsd/unistd.h @@ -37,6 +37,8 @@ __BEGIN_DECLS mode_t getmode(const void *set, mode_t mode); void *setmode(const char *mode_str); + +void setproctitle(const char *fmt, ...); __END_DECLS #endif |