12522Sraf# 22522Sraf# CDDL HEADER START 32522Sraf# 42522Sraf# The contents of this file are subject to the terms of the 52522Sraf# Common Development and Distribution License (the "License"). 62522Sraf# You may not use this file except in compliance with the License. 72522Sraf# 82522Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 92522Sraf# or http://www.opensolaris.org/os/licensing. 102522Sraf# See the License for the specific language governing permissions 112522Sraf# and limitations under the License. 122522Sraf# 132522Sraf# When distributing Covered Code, include this CDDL HEADER in each 142522Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 152522Sraf# If applicable, add the following below this CDDL HEADER, with the 162522Sraf# fields enclosed by brackets "[]" replaced with your own identifying 172522Sraf# information: Portions Copyright [yyyy] [name of copyright owner] 182522Sraf# 192522Sraf# CDDL HEADER END 202522Sraf# 212522Sraf# 222522Sraf# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 232522Sraf# Use is subject to license terms. 242522Sraf# 252522Sraf# ident "%Z%%M% %I% %E% SMI" 262522Sraf# 272522Sraf 282522Sraf# Due to mistakes made early in the history of this library, there are 292522Sraf# no SUNW_1.1 symbols, but the version is now kept as a placeholder. 302522Sraf# Don't add any symbols to this version. 312522Sraf 322522SrafSUNW_1.1 { 332522Sraf global: 342522Sraf SUNW_1.1; 352522Sraf} SUNW_0.7; 362522Sraf 372522SrafSUNW_0.7 { 382522Sraf global: 392522Sraf calloc = NODIRECT; 402522Sraf cfree = NODIRECT; 412522Sraf free = NODIRECT; 422522Sraf malloc = NODIRECT; 432522Sraf memalign = NODIRECT; 442522Sraf realloc = NODIRECT; 452522Sraf valloc = NODIRECT; 462522Sraf}; 472522Sraf 482522SrafSUNWprivate_1.1 { 492522Sraf global: 50*2658Sraf SUNWprivate_1.1; 512522Sraf local: 522522Sraf *; 532522Sraf}; 54