Check for SYS/GL during library init. Reason is that
[AROS.git] / workbench / network / stacks / AROSTCP / netlib / execve.c
blobc5fcb78c703efd3303c7e9fc45eae51494323048
1 /*
2 * This function is not written. The idea was to provide a quick drop-in
3 * replacement for fork()/execve() pair. It was planned for use in dhclient
4 * but was cancelled due to architectural change
5 */
7 int ExecVEAsync(const char *filename, char *const argv[], char *const envp[])
9 return 0;