Add new functions:
commitc2f030f2e879907bc187a5b181942b31f6077687
authorSlava Zanko <slavazanko@gmail.com>
Wed, 9 Jan 2013 17:25:04 +0000 (9 20:25 +0300)
committerSlava Zanko <slavazanko@gmail.com>
Sat, 16 Feb 2013 14:39:33 +0000 (16 17:39 +0300)
treeb6c5e9b19e557918dfa16e124c63208796b9e71c
parent1535d12d43026f55eccbc4267d26104f35a10856
Add new functions:

 * int my_systeml (int flags, const char *shell, ...);
 * int my_systemv (const char *command, char *const argv[]);

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
lib/util.h
lib/utilunix.c
tests/lib/utilunix__my_system-common.c
tests/lib/utilunix__my_system-fork_child.c
tests/lib/utilunix__my_system-fork_child_shell.c