PKUOS - Pintos
Pintos source browser for PKU Operating System course
|
Go to the source code of this file.
Functions | |
void | test_main (void) |
Tries to open the same file twice, which must succeed and must return a different file descriptor in each case. More... | |
void test_main | ( | void | ) |
Tries to open the same file twice, which must succeed and must return a different file descriptor in each case.
Definition at line 10 of file open-twice.c.
References CHECK, fail(), and open().