aboutsummaryrefslogtreecommitdiffstats
path: root/ports/common/guts/execle.c
blob: 68d8bba61c77de86825d5b6c976d00389d28fdaf (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 execle(const char *file, const char *arg, va_list ap)
 *	int rc = -1;
 */

	rc = real_execle(file, arg, ap);

/*	return rc;
 * }
 */