summaryrefslogtreecommitdiff
path: root/usr/src/lib/libdoor/common/mapfile-vers
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libdoor/common/mapfile-vers')
-rw-r--r--usr/src/lib/libdoor/common/mapfile-vers29
1 files changed, 15 insertions, 14 deletions
diff --git a/usr/src/lib/libdoor/common/mapfile-vers b/usr/src/lib/libdoor/common/mapfile-vers
index 6f767b676a..5f7794fd49 100644
--- a/usr/src/lib/libdoor/common/mapfile-vers
+++ b/usr/src/lib/libdoor/common/mapfile-vers
@@ -1,6 +1,5 @@
#
-# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
-# Use is subject to license terms.
+# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
#
# CDDL HEADER START
#
@@ -36,19 +35,21 @@
# MAPFILE HEADER END
#
-SUNWprivate_1.1 {
+$mapfile_version 2
+
+SYMBOL_VERSION SUNWprivate_1.1 {
global:
- door_bind = FUNCTION;
- door_call = FUNCTION;
- door_create = FUNCTION;
- door_cred = FUNCTION;
- door_info = FUNCTION;
- door_return = FUNCTION;
- door_revoke = FUNCTION;
- door_server_create = FUNCTION;
- door_ucred = FUNCTION;
- door_unbind = FUNCTION;
- door_xcreate = FUNCTION;
+ door_bind { TYPE = FUNCTION };
+ door_call { TYPE = FUNCTION };
+ door_create { TYPE = FUNCTION };
+ door_cred { TYPE = FUNCTION };
+ door_info { TYPE = FUNCTION };
+ door_return { TYPE = FUNCTION };
+ door_revoke { TYPE = FUNCTION };
+ door_server_create { TYPE = FUNCTION };
+ door_ucred { TYPE = FUNCTION };
+ door_unbind { TYPE = FUNCTION };
+ door_xcreate { TYPE = FUNCTION };
local:
*;
};