xref: /onnv-gate/usr/src/lib/libdisasm/common/linktest_stand.c (revision 5198:a4512bf4070e)
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 /*
23*5198Sjmcp  * Copyright 2007 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 
mdb_free(void)341545Seschrock void mdb_free(void) {}
snprintf(void)351545Seschrock void snprintf(void) {}
vsnprintf(void)36*5198Sjmcp void vsnprintf(void) {}
mdb_zalloc(void)371545Seschrock void mdb_zalloc(void) {}
strcmp(void)381545Seschrock void strcmp(void) {}
strlen(void)391545Seschrock void strlen(void) {}
strlcat(void)401545Seschrock void strlcat(void) {}
strncpy(void)411545Seschrock void strncpy(void) {}
strncmp(void)421545Seschrock void strncmp(void) {}
memcpy(void)431545Seschrock void memcpy(void) {}
_memcpy(void)441651Spetede void _memcpy(void) {}
45