1 /* 2 * CDDL HEADER START 3 * 4 * The contents of this file are subject to the terms of the 5 * Common Development and Distribution License (the "License"). 6 * You may not use this file except in compliance with the License. 7 * 8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9 * or http://www.opensolaris.org/os/licensing. 10 * See the License for the specific language governing permissions 11 * and limitations under the License. 12 * 13 * When distributing Covered Code, include this CDDL HEADER in each 14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15 * If applicable, add the following below this CDDL HEADER, with the 16 * fields enclosed by brackets "[]" replaced with your own identifying 17 * information: Portions Copyright [yyyy] [name of copyright owner] 18 * 19 * CDDL HEADER END 20 */ 21 22 /* 23 * Copyright 2008 Sun Microsystems, Inc. All rights reserved. 24 * Use is subject to license terms. 25 */ 26 27 #pragma ident "%Z%%M% %I% %E% SMI" 28 29 /* 30 * This file is used to verify that the standalone's external dependencies 31 * haven't changed in a way that'll break things that use it. 32 */ 33 __umem_assert_failed(void)34void __umem_assert_failed(void) {} atomic_add_64(void)35void atomic_add_64(void) {} atomic_add_32_nv(void)36void atomic_add_32_nv(void) {} dladdr1(void)37void dladdr1(void) {} bcopy(void)38void bcopy(void) {} bzero(void)39void bzero(void) {} exit(void)40void exit(void) {} getenv(void)41void getenv(void) {} gethrtime(void)42void gethrtime(void) {} membar_producer(void)43void membar_producer(void) {} memcpy(void)44void memcpy(void) {} _memcpy(void)45void _memcpy(void) {} memset(void)46void memset(void) {} snprintf(void)47void snprintf(void) {} strchr(void)48void strchr(void) {} strcmp(void)49void strcmp(void) {} strlen(void)50void strlen(void) {} strncpy(void)51void strncpy(void) {} strrchr(void)52void strrchr(void) {} strtoul(void)53void strtoul(void) {} umem_err_recoverable(void)54void umem_err_recoverable(void) {} umem_panic(void)55void umem_panic(void) {} vsnprintf(void)56void vsnprintf(void) {} 57 58 #ifdef __i386 __mul64(void)59void __mul64(void) {} __rem64(void)60void __rem64(void) {} __div64(void)61void __div64(void) {} 62 63 #ifdef __GNUC__ __divdi3(void)64void __divdi3(void) {} __moddi3(void)65void __moddi3(void) {} 66 #endif /* __GNUC__ */ 67 68 #endif /* __i386 */ 69 70 int __ctype; 71 int errno; 72