mirror of
https://github.com/systemd/systemd.git
synced 2024-11-06 16:59:03 +03:00
a41a0e28c2
Not hooked up to the build yet.
9 lines
92 B
C
9 lines
92 B
C
/*
|
|
* execl.c
|
|
*/
|
|
|
|
#define NAME execl
|
|
#define EXEC_P 0
|
|
#define EXEC_E 0
|
|
#include "exec_l.c"
|