Systemd/klibc/klibc/execlp.c
greg@kroah.com a41a0e28c2 [PATCH] added klibc version 0.82 (cvs tree) to the udev tree.
Not hooked up to the build yet.
2005-04-26 21:05:23 -07:00

9 lines
94 B
C

/*
* execlp.c
*/
#define NAME execlp
#define EXEC_P 1
#define EXEC_E 0
#include "exec_l.c"