summaryrefslogtreecommitdiff
path: root/src/os/os_abort.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/os_abort.c')
-rw-r--r--src/os/os_abort.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/os/os_abort.c b/src/os/os_abort.c
index 68b4bc05..72ac6751 100644
--- a/src/os/os_abort.c
+++ b/src/os/os_abort.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
@@ -13,11 +13,11 @@
/*
* __os_abort --
*
- * PUBLIC: void __os_abort __P((ENV *));
+ * PUBLIC: void __os_abort __P((const ENV *));
*/
void
__os_abort(env)
- ENV *env;
+ const ENV *env;
{
__os_stack(env); /* Try and get a stack trace. */