summaryrefslogtreecommitdiff
path: root/Versions
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2010-01-10 00:37:03 +0100
committerGuillem Jover <guillem@hadrons.org>2010-01-10 15:29:50 +0100
commit3fed78e5b08f78256e533788b4bcd6502b0949d7 (patch)
tree938fc23c9434fede8b15fb9bcfb2c0c4b017620b /Versions
parent2a81893cc028b40f7832bf033821a1aacfaaea68 (diff)
downloadlibbsd-3fed78e5b08f78256e533788b4bcd6502b0949d7.tar.gz
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.
Diffstat (limited to 'Versions')
-rw-r--r--Versions2
1 files changed, 2 insertions, 0 deletions
diff --git a/Versions b/Versions
index 631cd5d..70bd8cf 100644
--- a/Versions
+++ b/Versions
@@ -58,5 +58,7 @@ LIBBSD_0.2 {
pidfile_write;
pidfile_close;
pidfile_remove;
+
+ setproctitle;
} LIBBSD_0.1;