aboutsummaryrefslogtreecommitdiffstats
path: root/ports/common/guts/execlp.c
blob: d357986e6f7d58692a0a9581b698896069bb42f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (c) 2011 Wind River Systems; see
 * guts/COPYRIGHT for information.
 *
 * int execlp(const char *file, const char *arg, va_list ap)
 *	int rc = -1;
 */

	rc = real_execlp(file, arg, ap);

/*	return rc;
 * }
 */