1*16038816SMartin Matuska /* 2*16038816SMartin Matuska * CDDL HEADER START 3*16038816SMartin Matuska * 4*16038816SMartin Matuska * The contents of this file are subject to the terms of the 5*16038816SMartin Matuska * Common Development and Distribution License, Version 1.0 only 6*16038816SMartin Matuska * (the "License"). You may not use this file except in compliance 7*16038816SMartin Matuska * with the License. 8*16038816SMartin Matuska * 9*16038816SMartin Matuska * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10*16038816SMartin Matuska * or http://www.opensolaris.org/os/licensing. 11*16038816SMartin Matuska * See the License for the specific language governing permissions 12*16038816SMartin Matuska * and limitations under the License. 13*16038816SMartin Matuska * 14*16038816SMartin Matuska * When distributing Covered Code, include this CDDL HEADER in each 15*16038816SMartin Matuska * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16*16038816SMartin Matuska * If applicable, add the following below this CDDL HEADER, with the 17*16038816SMartin Matuska * fields enclosed by brackets "[]" replaced with your own identifying 18*16038816SMartin Matuska * information: Portions Copyright [yyyy] [name of copyright owner] 19*16038816SMartin Matuska * 20*16038816SMartin Matuska * CDDL HEADER END 21*16038816SMartin Matuska */ 22*16038816SMartin Matuska 23*16038816SMartin Matuska 24*16038816SMartin Matuska extern ssize_t getexecname_impl(char *execname); 25