Replace setproctitle dummy macro with a function stub

This way we can replace it later on with a real implementation so that
applications can immediately benefit from it w/o the need to recompile
them.
This commit is contained in:
Guillem Jover
2010-01-10 00:37:03 +01:00
parent 2a81893cc0
commit 3fed78e5b0
5 changed files with 38 additions and 4 deletions

View File

@@ -29,10 +29,6 @@
#include <sys/cdefs.h>
#ifndef setproctitle
# define setproctitle(fmt, args...)
#endif
#ifndef __dead2
# define __dead2
#endif