diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 18:02:34 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 18:02:34 +0000 |
commit | fadeddfbb2aa38a980dd959b5ec1ffba7afd43cb (patch) | |
tree | a7bde6111c84ea64619656a38fba50909fa0bf60 /src/compat/setproctitle.c | |
parent | Initial commit. (diff) | |
download | lldpd-fadeddfbb2aa38a980dd959b5ec1ffba7afd43cb.tar.xz lldpd-fadeddfbb2aa38a980dd959b5ec1ffba7afd43cb.zip |
Adding upstream version 1.0.18.upstream/1.0.18upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/compat/setproctitle.c')
-rw-r--r-- | src/compat/setproctitle.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/compat/setproctitle.c b/src/compat/setproctitle.c new file mode 100644 index 0000000..c5e40ec --- /dev/null +++ b/src/compat/setproctitle.c @@ -0,0 +1,9 @@ +/* -*- mode: c; c-file-style: "openbsd" -*- */ + +#include "compat.h" + +void +setproctitle(const char *fmt, ...) +{ + /* Do nothing. */ +} |