Added file io test to test0. Added close call to libposix.

This commit is contained in:
Bahadir Balban
2008-04-18 21:17:09 +01:00
parent cff7a505e8
commit f7163b7e93
7 changed files with 83 additions and 13 deletions

View File

@@ -6,5 +6,6 @@
int shmtest(void);
int mmaptest(void);
int dirtest(void);
int fileio(void);
#endif /* __TEST0_TESTS_H__ */