Initial changes for execve() support

This commit is contained in:
Bahadir Balban
2008-11-13 21:45:30 +02:00
parent 44c34026b2
commit d182b5b35a
21 changed files with 618 additions and 9 deletions

View File

@@ -10,5 +10,6 @@ int dirtest(void);
int fileio(void);
int fileio2(void);
int clonetest(void);
void exectest(void);
#endif /* __TEST0_TESTS_H__ */