summaryrefslogtreecommitdiff
path: root/usr/src/lib/libumem/common/stub_stand.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libumem/common/stub_stand.c')
-rw-r--r--usr/src/lib/libumem/common/stub_stand.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/lib/libumem/common/stub_stand.c b/usr/src/lib/libumem/common/stub_stand.c
index 025001ff73..54635558c3 100644
--- a/usr/src/lib/libumem/common/stub_stand.c
+++ b/usr/src/lib/libumem/common/stub_stand.c
@@ -20,12 +20,10 @@
*/
/*
- * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2010 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
/*
* Stubs for the standalone to reduce the dependence on external libraries
*/
@@ -96,7 +94,7 @@ mutex_destroy(mutex_t *mp)
/*ARGSUSED*/
int
-_mutex_held(mutex_t *mp)
+_mutex_held(void *mp)
{
return (1);
}