summaryrefslogtreecommitdiffstats
path: root/syslogd.h
diff options
context:
space:
mode:
Diffstat (limited to 'syslogd.h')
-rw-r--r--syslogd.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/syslogd.h b/syslogd.h
new file mode 100644
index 00000000..9ff9be9c
--- /dev/null
+++ b/syslogd.h
@@ -0,0 +1,5 @@
+/* common header for syslogd */
+#if defined(__GLIBC__)
+#define dprintf mydprintf
+#endif /* __GLIBC__ */
+void dprintf(char *, ...);