14271Srie# 24271Srie# CDDL HEADER START 34271Srie# 44271Srie# The contents of this file are subject to the terms of the 54271Srie# Common Development and Distribution License (the "License"). 64271Srie# You may not use this file except in compliance with the License. 74271Srie# 84271Srie# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 94271Srie# or http://www.opensolaris.org/os/licensing. 104271Srie# See the License for the specific language governing permissions 114271Srie# and limitations under the License. 124271Srie# 134271Srie# When distributing Covered Code, include this CDDL HEADER in each 144271Srie# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 154271Srie# If applicable, add the following below this CDDL HEADER, with the 164271Srie# fields enclosed by brackets "[]" replaced with your own identifying 174271Srie# information: Portions Copyright [yyyy] [name of copyright owner] 184271Srie# 194271Srie# CDDL HEADER END 204271Srie# 214271Srie 224271Srie# 23*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. 244271Srie# 258744SAli.Bahrami@Sun.COM 268744SAli.Bahrami@Sun.COM# 278744SAli.Bahrami@Sun.COM# MAPFILE HEADER START 288744SAli.Bahrami@Sun.COM# 298744SAli.Bahrami@Sun.COM# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 308744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in 318744SAli.Bahrami@Sun.COM# 328744SAli.Bahrami@Sun.COM# usr/src/lib/README.mapfiles 338744SAli.Bahrami@Sun.COM# 348744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current 358744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance. 368744SAli.Bahrami@Sun.COM# 378744SAli.Bahrami@Sun.COM# MAPFILE HEADER END 384271Srie# 394271Srie 40*12692SAli.Bahrami@Oracle.COM$mapfile_version 2 41*12692SAli.Bahrami@Oracle.COM 424271Srie# rcm_daemon interposes on rcm_log_message() - a stub implementation 434271Srie# existing in librcm.so.1. 44*12692SAli.Bahrami@Oracle.COMSYMBOL_SCOPE { 454271Srie global: 46*12692SAli.Bahrami@Oracle.COM rcm_log_message { FLAGS = INTERPOSE }; 474271Srie}; 48