xref: /illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/mapfile-vers (revision c9f77c52c0735e65aa2534394c5151cdb963cbef)
1*c9f77c52SAndy Stormont#
2*c9f77c52SAndy Stormont# This file and its contents are supplied under the terms of the
3*c9f77c52SAndy Stormont# Common Development and Distribution License ("CDDL"), version 1.0.
4*c9f77c52SAndy Stormont# You may only use this file in accordance with the terms of version
5*c9f77c52SAndy Stormont# 1.0 of the CDDL.
6*c9f77c52SAndy Stormont#
7*c9f77c52SAndy Stormont# A full copy of the text of the CDDL should have accompanied this
8*c9f77c52SAndy Stormont# source.  A copy of the CDDL is also available via the Internet at
9*c9f77c52SAndy Stormont# http://www.illumos.org/license/CDDL.
10*c9f77c52SAndy Stormont#
11*c9f77c52SAndy Stormont#
12*c9f77c52SAndy Stormont# Copyright (c) 2014 Racktop Systems.
13*c9f77c52SAndy Stormont#
14*c9f77c52SAndy Stormont
15*c9f77c52SAndy Stormont$mapfile_version 2
16*c9f77c52SAndy Stormont
17*c9f77c52SAndy StormontSYMBOL_SCOPE {
18*c9f77c52SAndy Stormont    global:
19*c9f77c52SAndy Stormont	boot_Sun__Solaris__Kstat;
20*c9f77c52SAndy Stormont	XS_Sun__Solaris__Kstat___Stat_CLEAR;
21*c9f77c52SAndy Stormont	XS_Sun__Solaris__Kstat___Stat_DELETE;
22*c9f77c52SAndy Stormont	XS_Sun__Solaris__Kstat___Stat_EXISTS;
23*c9f77c52SAndy Stormont	XS_Sun__Solaris__Kstat___Stat_FETCH;
24*c9f77c52SAndy Stormont	XS_Sun__Solaris__Kstat___Stat_FIRSTKEY;
25*c9f77c52SAndy Stormont	XS_Sun__Solaris__Kstat___Stat_NEXTKEY;
26*c9f77c52SAndy Stormont	XS_Sun__Solaris__Kstat___Stat_STORE;
27*c9f77c52SAndy Stormont	XS_Sun__Solaris__Kstat_DESTROY;
28*c9f77c52SAndy Stormont	XS_Sun__Solaris__Kstat_new;
29*c9f77c52SAndy Stormont	XS_Sun__Solaris__Kstat_update;
30*c9f77c52SAndy Stormont    local:
31*c9f77c52SAndy Stormont	*;
32*c9f77c52SAndy Stormont};
33