diff options
author | Robert Mustacchi <rm@joyent.com> | 2013-04-23 23:39:07 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2013-10-14 22:58:34 +0000 |
commit | 11af1bb7afbcd29d3a8278aa1ed8648c1c775366 (patch) | |
tree | c26fb0793f4f2fd20f8b336d4ef37213da64320e /usr/src/lib/libctf | |
parent | 538982ca29d23d6117075f50f261f1185cc51a3e (diff) | |
download | illumos-joyent-11af1bb7afbcd29d3a8278aa1ed8648c1c775366.tar.gz |
OS-2578 DTrace Userland CTF Support
OS-2579 DTrace userland Keyword
OS-2580 pid provider types
OS-2581 dtest should specify -fPIC when building shared objects
OS-2582 dtrace(1) could have ctf
OS-2583 dtest tests should explicitly build 32-bit libraries and executables
OS-2584 dtest tests should call gcc, not cc
OS-2585 dof emulation missing fault checks
Reviewed by: Bryan Cantrill <bryan@joyent.com>
Diffstat (limited to 'usr/src/lib/libctf')
-rw-r--r-- | usr/src/lib/libctf/common/mapfile-vers | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ -23,6 +23,10 @@ # # +# Copyright (c) 2013, Joyent, Inc. All rights reserved. +# + +# # MAPFILE HEADER START # # WARNING: STOP NOW. DO NOT MODIFY THIS FILE. @@ -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; |