From a386cc11a86ecb60f5a48078d22c1500e2ad003e Mon Sep 17 00:00:00 2001 From: Robert Mustacchi Date: Tue, 23 Apr 2013 23:39:07 +0000 Subject: 4474 DTrace Userland CTF Support 4475 DTrace userland Keyword 4476 DTrace tests should be better citizens 4479 pid provider types 4480 dof emulation is missing checks Reviewed by: Bryan Cantrill Approved by: Gordon Ross --- usr/src/lib/libctf/common/mapfile-vers | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'usr/src/lib/libctf') diff --git a/usr/src/lib/libctf/common/mapfile-vers b/usr/src/lib/libctf/common/mapfile-vers index 0873de319e..5573e8db25 100644 --- a/usr/src/lib/libctf/common/mapfile-vers +++ b/usr/src/lib/libctf/common/mapfile-vers @@ -22,6 +22,10 @@ # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. # +# +# Copyright (c) 2013, Joyent, Inc. All rights reserved. +# + # # MAPFILE HEADER START # @@ -62,6 +66,7 @@ SYMBOL_VERSION SUNWprivate_1.2 { ctf_create; ctf_delete_type; ctf_discard; + ctf_dup; ctf_enum_value; ctf_label_info; ctf_label_iter; @@ -104,6 +109,7 @@ SYMBOL_VERSION SUNWprivate_1.1 { ctf_type_kind; ctf_type_lname; ctf_type_name; + ctf_type_qname; ctf_type_reference; ctf_type_resolve; ctf_type_size; -- cgit v1.2.3