summaryrefslogtreecommitdiff
path: root/include/windows
diff options
context:
space:
mode:
Diffstat (limited to 'include/windows')
-rw-r--r--include/windows/syslog.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/windows/syslog.h b/include/windows/syslog.h
index 4a2f38b6e..41267da1c 100644
--- a/include/windows/syslog.h
+++ b/include/windows/syslog.h
@@ -37,4 +37,15 @@
#define LOG_LOCAL6 (22<<3) /* reserved for local use */
#define LOG_LOCAL7 (23<<3) /* reserved for local use */
+static inline void
+openlog(const char *ident OVS_UNUSED, int option OVS_UNUSED,
+ int facility OVS_UNUSED)
+{
+}
+
+static inline void
+syslog(int priority OVS_UNUSED, const char *format OVS_UNUSED, ...)
+{
+}
+
#endif /* syslog.h */