11545Seschrock /* 21545Seschrock * CDDL HEADER START 31545Seschrock * 41545Seschrock * The contents of this file are subject to the terms of the 51545Seschrock * Common Development and Distribution License (the "License"). 61545Seschrock * You may not use this file except in compliance with the License. 71545Seschrock * 81545Seschrock * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 91545Seschrock * or http://www.opensolaris.org/os/licensing. 101545Seschrock * See the License for the specific language governing permissions 111545Seschrock * and limitations under the License. 121545Seschrock * 131545Seschrock * When distributing Covered Code, include this CDDL HEADER in each 141545Seschrock * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 151545Seschrock * If applicable, add the following below this CDDL HEADER, with the 161545Seschrock * fields enclosed by brackets "[]" replaced with your own identifying 171545Seschrock * information: Portions Copyright [yyyy] [name of copyright owner] 181545Seschrock * 191545Seschrock * CDDL HEADER END 201545Seschrock */ 211545Seschrock 221545Seschrock /* 231545Seschrock * Copyright 2006 Sun Microsystems, Inc. All rights reserved. 241545Seschrock * Use is subject to license terms. 251545Seschrock */ 261545Seschrock 271545Seschrock #pragma ident "%Z%%M% %I% %E% SMI" 281545Seschrock 291545Seschrock /* 301545Seschrock * This file is used to verify that the standalone's external dependencies 311545Seschrock * haven't changed in a way that'll break things that use it. 321545Seschrock */ 331545Seschrock 341545Seschrock void mdb_free(void) {} 351545Seschrock void snprintf(void) {} 361545Seschrock void mdb_zalloc(void) {} 371545Seschrock void strcmp(void) {} 381545Seschrock void strlen(void) {} 391545Seschrock void strlcat(void) {} 401545Seschrock void strncpy(void) {} 411545Seschrock void strncmp(void) {} 421545Seschrock void memcpy(void) {} 43*1651Spetede void _memcpy(void) {} 44