diff options
Diffstat (limited to 'include/bsd')
-rw-r--r-- | include/bsd/sys/cdefs.h | 4 | ||||
-rw-r--r-- | include/bsd/unistd.h | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/include/bsd/sys/cdefs.h b/include/bsd/sys/cdefs.h index a0b7860..4d9aa49 100644 --- a/include/bsd/sys/cdefs.h +++ b/include/bsd/sys/cdefs.h @@ -29,10 +29,6 @@ #include <sys/cdefs.h> -#ifndef setproctitle -# define setproctitle(fmt, args...) -#endif - #ifndef __dead2 # define __dead2 #endif 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 |