summaryrefslogtreecommitdiff
path: root/src/os_win/os_priv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/os_win/os_priv.c')
-rw-r--r--src/os_win/os_priv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_win/os_priv.c b/src/os_win/os_priv.c
index b5dc1eb55fe..5c32d6b5999 100644
--- a/src/os_win/os_priv.c
+++ b/src/os_win/os_priv.c
@@ -13,7 +13,7 @@
* Return if the process has special privileges, defined as having
* different effective and read UIDs or GIDs.
*/
-int
+bool
__wt_has_priv(void)
{
return (0);