1 4271 rie # 2 4271 rie # CDDL HEADER START 3 4271 rie # 4 4271 rie # The contents of this file are subject to the terms of the 5 4271 rie # Common Development and Distribution License (the "License"). 6 4271 rie # You may not use this file except in compliance with the License. 7 4271 rie # 8 4271 rie # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9 4271 rie # or http://www.opensolaris.org/os/licensing. 10 4271 rie # See the License for the specific language governing permissions 11 4271 rie # and limitations under the License. 12 4271 rie # 13 4271 rie # When distributing Covered Code, include this CDDL HEADER in each 14 4271 rie # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15 4271 rie # If applicable, add the following below this CDDL HEADER, with the 16 4271 rie # fields enclosed by brackets "[]" replaced with your own identifying 17 4271 rie # information: Portions Copyright [yyyy] [name of copyright owner] 18 4271 rie # 19 4271 rie # CDDL HEADER END 20 4271 rie # 21 4271 rie 22 4271 rie # 23 8744 Ali # Copyright 2009 Sun Microsystems, Inc. All rights reserved. 24 4271 rie # Use is subject to license terms. 25 4271 rie # 26 8744 Ali 27 8744 Ali # 28 8744 Ali # MAPFILE HEADER START 29 8744 Ali # 30 8744 Ali # WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 31 8744 Ali # Object versioning must comply with the rules detailed in 32 8744 Ali # 33 8744 Ali # usr/src/lib/README.mapfiles 34 8744 Ali # 35 8744 Ali # You should not be making modifications here until you've read the most current 36 8744 Ali # copy of that file. If you need help, contact a gatekeeper for guidance. 37 8744 Ali # 38 8744 Ali # MAPFILE HEADER END 39 4271 rie # 40 4271 rie 41 4271 rie # csh interposes on a couple of libc functions (printf and signal). 42 4271 rie { 43 4271 rie global: 44 4271 rie printf = INTERPOSE; 45 4271 rie signal = INTERPOSE; 46 4271 rie }; 47