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

@@ -58,5 +58,7 @@ LIBBSD_0.2 {
pidfile_write;
pidfile_close;
pidfile_remove;
setproctitle;
} LIBBSD_0.1;