about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-03-20 00:50:14 +0000
committerEric Wong <normalperson@yhbt.net>2012-03-20 00:56:31 +0000
commitf25b7f5cc6fc3e752e3943aa82e67a3cfdf5d21d (patch)
tree2d82a08802217a56fdf3f945a04fce7ac4528dec
parent31f53913059adc8adfe5477811b347e85f2e1d48 (diff)
downloadcmogstored-f25b7f5cc6fc3e752e3943aa82e67a3cfdf5d21d.tar.gz
Ugh, why am I supporting this platform at this time?
-rw-r--r--nostd/setproctitle_noop.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/nostd/setproctitle_noop.c b/nostd/setproctitle_noop.c
index db54c99..db759b1 100644
--- a/nostd/setproctitle_noop.c
+++ b/nostd/setproctitle_noop.c
@@ -3,4 +3,8 @@
 void setproctitle(const char *fmt, ...)
 {
 }
+
+void spt_init(int argc, char *argv[], char *envp[])
+{
+}
 #endif