summaryrefslogtreecommitdiff
path: root/src/os_windows/os_clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/os_windows/os_clock.c')
-rw-r--r--src/os_windows/os_clock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/os_windows/os_clock.c b/src/os_windows/os_clock.c
index e548729b..80a96785 100644
--- a/src/os_windows/os_clock.c
+++ b/src/os_windows/os_clock.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2001, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
@@ -16,7 +16,7 @@
*/
void
__os_gettime(env, tp, monotonic)
- ENV *env;
+ const ENV *env;
db_timespec *tp;
int monotonic;
{