1# 2# Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved. 3# Copyright 2011 Nexenta Systems, Inc. All rights reserved. 4# 5 6# 7# MAPFILE HEADER START 8# 9# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 10# Object versioning must comply with the rules detailed in 11# 12# usr/src/lib/README.mapfiles 13# 14# You should not be making modifications here until you've read the most current 15# copy of that file. If you need help, contact a gatekeeper for guidance. 16# 17# MAPFILE HEADER END 18# 19 20# 21# Linker mapfile that allows the dynamic library to reference some symbols 22# defined by the application. 23# 24 25$mapfile_version 2 26 27SYMBOL_VERSION ILLUMOS_0.1 { 28 global: 29 allow_severity { FLAGS = NODIRECT; }; 30 clean_exit; 31 deny_severity { FLAGS = NODIRECT; }; 32 dot_quad_addr; 33 dry_run; 34 eval_client; 35 eval_hostaddr; 36 eval_hostinfo; 37 eval_hostname; 38 eval_server; 39 eval_user; 40 fromhost; 41 hosts_access; 42 hosts_access_verbose; 43 hosts_allow_table; 44 hosts_ctl; 45 hosts_deny_table; 46 numeric_addr; 47 paranoid; 48 percent_m; 49 percent_x; 50 process_options; 51 refuse; 52 request_init; 53 request_set; 54 rfc931; 55 rfc931_timeout; 56 shell_cmd; 57 skip_ipv6_addrs; 58 sock_host; 59 sock_hostaddr; 60 sock_hostname; 61 sockgen_simplify; 62 split_at; 63 tcpd_buf; 64 tcpd_context; 65 tcpd_gethostbyname; 66 tcpd_warn; 67 tli_host; 68 unknown; 69 xgets; 70 local: 71 *; 72}; 73