]> git.ipfire.org Git - thirdparty/libbsd.git/commit
Replace setproctitle dummy macro with a function stub
authorGuillem Jover <guillem@hadrons.org>
Sat, 9 Jan 2010 23:37:03 +0000 (00:37 +0100)
committerGuillem Jover <guillem@hadrons.org>
Sun, 10 Jan 2010 14:29:50 +0000 (15:29 +0100)
commit3fed78e5b08f78256e533788b4bcd6502b0949d7
tree938fc23c9434fede8b15fb9bcfb2c0c4b017620b
parent2a81893cc028b40f7832bf033821a1aacfaaea68
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.
Makefile
Versions
include/bsd/sys/cdefs.h
include/bsd/unistd.h
src/setproctitle.c [new file with mode: 0644]