aboutsummaryrefslogtreecommitdiff
path: root/include/system/os-win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/system/os-win32.h')
-rw-r--r--include/system/os-win32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/system/os-win32.h b/include/system/os-win32.h
index b82a5d3..bc62306 100644
--- a/include/system/os-win32.h
+++ b/include/system/os-win32.h
@@ -123,7 +123,7 @@ static inline bool is_daemonized(void)
return false;
}
-static inline int os_mlock(void)
+static inline int os_mlock(bool on_fault G_GNUC_UNUSED)
{
return -ENOSYS;
}