Fixed minor faults during close path.

FIXME:
write/close/open/read sequence does not read the initially written data.
Investigate.
This commit is contained in:
Bahadir Balban
2008-05-23 05:42:26 +00:00
parent 6be310f460
commit fd787479c3
6 changed files with 99 additions and 12 deletions

View File

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