xref: /freebsd/sys/contrib/openzfs/lib/libspl/libspl_impl.h (revision 271171e0d97b88ba2a7c3bf750c9672b484c1c13)
116038816SMartin Matuska /*
216038816SMartin Matuska  * CDDL HEADER START
316038816SMartin Matuska  *
416038816SMartin Matuska  * The contents of this file are subject to the terms of the
516038816SMartin Matuska  * Common Development and Distribution License, Version 1.0 only
616038816SMartin Matuska  * (the "License").  You may not use this file except in compliance
716038816SMartin Matuska  * with the License.
816038816SMartin Matuska  *
916038816SMartin Matuska  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10*271171e0SMartin Matuska  * or https://opensource.org/licenses/CDDL-1.0.
1116038816SMartin Matuska  * See the License for the specific language governing permissions
1216038816SMartin Matuska  * and limitations under the License.
1316038816SMartin Matuska  *
1416038816SMartin Matuska  * When distributing Covered Code, include this CDDL HEADER in each
1516038816SMartin Matuska  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1616038816SMartin Matuska  * If applicable, add the following below this CDDL HEADER, with the
1716038816SMartin Matuska  * fields enclosed by brackets "[]" replaced with your own identifying
1816038816SMartin Matuska  * information: Portions Copyright [yyyy] [name of copyright owner]
1916038816SMartin Matuska  *
2016038816SMartin Matuska  * CDDL HEADER END
2116038816SMartin Matuska  */
2216038816SMartin Matuska 
2316038816SMartin Matuska 
2416038816SMartin Matuska extern ssize_t getexecname_impl(char *execname);
25