|
CS318 - Pintos
Pintos source browser for JHU CS318 course
|

Go to the source code of this file.
Functions | |
| void | test_main (void) |
| Tries to close an invalid fd, which must either fail silently or terminate with exit code -1. More... | |
| void test_main | ( | void | ) |
Tries to close an invalid fd, which must either fail silently or terminate with exit code -1.
Definition at line 8 of file close-bad-fd.c.
References close().

1.8.16