summaryrefslogtreecommitdiff
path: root/usr/src/lib/libuutil/common/libuutil_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libuutil/common/libuutil_common.h')
-rw-r--r--usr/src/lib/libuutil/common/libuutil_common.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr/src/lib/libuutil/common/libuutil_common.h b/usr/src/lib/libuutil/common/libuutil_common.h
index 4c5853cb3d..269cbc2bf5 100644
--- a/usr/src/lib/libuutil/common/libuutil_common.h
+++ b/usr/src/lib/libuutil/common/libuutil_common.h
@@ -19,8 +19,9 @@
*
* CDDL HEADER END
*/
+
/*
- * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -30,11 +31,11 @@
#pragma ident "%Z%%M% %I% %E% SMI"
/*
- * We don't bind to the internal libc threading interfaces if this is a
+ * We don't bind to the internal libc interfaces if this is a
* native build.
*/
#ifndef NATIVE_BUILD
-#include "mtlib.h"
+#include "c_synonyms.h"
#endif
#include <libuutil.h>