From 8848b249ff1f6059271480c4abcedc9a3762f9c6 Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Wed, 18 Oct 2000 13:11:44 +0000 Subject: - (stevesk) Add initial support for setproctitle(). Current support is for the HP-UX pstat(PSTAT_SETCMD, ...) method. --- bsd-setproctitle.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 bsd-setproctitle.h (limited to 'bsd-setproctitle.h') diff --git a/bsd-setproctitle.h b/bsd-setproctitle.h new file mode 100644 index 000000000..000689fac --- /dev/null +++ b/bsd-setproctitle.h @@ -0,0 +1,10 @@ +#ifndef _BSD_SETPROCTITLE_H +#define _BSD_SETPROCTITLE_H + +#include "config.h" + +#ifndef HAVE_SETPROCTITLE +void setproctitle(const char *fmt, ...); +#endif + +#endif /* _BSD_SETPROCTITLE_H */ -- cgit v1.2.3