chiark / gitweb /
[PATCH] The following patch fixes some warnings when compiling volume_id
[elogind.git] / klibc / klibc / execlp.c
1 /*
2  * execlp.c
3  */
4
5 #define NAME execlp
6 #define EXEC_P 1
7 #define EXEC_E 0
8 #include "exec_l.c"