xref: /illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/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__Task;
20*c9f77c52SAndy Stormont	XS_Sun__Solaris__Task_gettaskid;
21*c9f77c52SAndy Stormont	XS_Sun__Solaris__Task_settaskid;
22*c9f77c52SAndy Stormont    local:
23*c9f77c52SAndy Stormont	*;
24*c9f77c52SAndy Stormont};
25