1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21#
22# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
23# Use is subject to license terms.
24#
25# ident	"%Z%%M%	%I%	%E% SMI"
26#
27
28SUNW_1.3 {
29    global:
30	td_thr_tlsbase;
31} SUNW_1.2;
32
33# Due to mistakes made early in the history of this library, there are
34# no SUNW_1.2 symbols, but the version is now kept as a placeholder.
35# Don't add any symbols to this version.
36
37SUNW_1.2 {
38    global:
39	SUNW_1.2;
40} SUNW_1.1;
41
42SUNW_1.1 {
43    global:
44	td_sync_get_info;
45	td_sync_setstate;
46	td_sync_waiters;
47	td_ta_clear_event;
48	td_ta_enable_stats;
49	td_ta_event_addr;
50	td_ta_event_getmsg;
51	td_ta_get_stats;
52	td_ta_map_addr2sync;
53	td_ta_reset_stats;
54	td_ta_setconcurrency;
55	td_ta_set_event;
56	td_ta_sync_iter;
57	td_thr_clear_event;
58	td_thr_dbresume;
59	td_thr_dbsuspend;
60	td_thr_event_enable;
61	td_thr_event_getmsg;
62	td_thr_lockowner;
63	td_thr_set_event;
64	td_thr_sleepinfo;
65} SUNW_0.9;
66
67SUNW_0.9 {
68    global:
69	td_init;
70	td_log;
71	td_ta_delete;
72	td_ta_get_nthreads;
73	td_ta_get_ph;
74	td_ta_map_id2thr;
75	td_ta_map_lwp2thr;
76	td_ta_new;
77	td_ta_thr_iter;
78	td_ta_tsd_iter;
79	td_thr_getfpregs;
80	td_thr_getgregs;
81	td_thr_get_info;
82	td_thr_getxregs;
83	td_thr_getxregsize;
84	td_thr_setfpregs;
85	td_thr_setgregs;
86	td_thr_setprio;
87	td_thr_setsigpending;
88	td_thr_setxregs;
89	td_thr_sigsetmask;
90	td_thr_tsd;
91	td_thr_validate;
92};
93
94SUNWprivate_1.1 {
95    global:
96	__td_init;
97	__td_log;
98	__td_sync_get_info;
99	td_sync_get_stats;
100	__td_sync_get_stats;
101	__td_sync_setstate;
102	__td_sync_waiters;
103	__td_ta_clear_event;
104	__td_ta_delete;
105	__td_ta_enable_stats;
106	__td_ta_event_addr;
107	__td_ta_event_getmsg;
108	__td_ta_get_nthreads;
109	__td_ta_get_ph;
110	__td_ta_get_stats;
111	__td_ta_map_addr2sync;
112	__td_ta_map_id2thr;
113	__td_ta_map_lwp2thr;
114	__td_ta_new;
115	__td_ta_reset_stats;
116	__td_ta_setconcurrency;
117	__td_ta_set_event;
118	__td_ta_sync_iter;
119	td_ta_sync_tracking_enable;
120	__td_ta_sync_tracking_enable;
121	__td_ta_thr_iter;
122	__td_ta_tsd_iter;
123	__td_thr_clear_event;
124	__td_thr_dbresume;
125	__td_thr_dbsuspend;
126	__td_thr_event_enable;
127	__td_thr_event_getmsg;
128	__td_thr_getfpregs;
129	__td_thr_getgregs;
130	__td_thr_get_info;
131	__td_thr_getxregs;
132	__td_thr_getxregsize;
133	__td_thr_lockowner;
134	__td_thr_set_event;
135	__td_thr_setfpregs;
136	__td_thr_setgregs;
137	__td_thr_setprio;
138	__td_thr_setsigpending;
139	__td_thr_setxregs;
140	__td_thr_sigsetmask;
141	__td_thr_sleepinfo;
142	__td_thr_tlsbase;
143	__td_thr_tsd;
144	__td_thr_validate;
145    local:
146	*;
147};
148