Skip to content
Snippets Groups Projects
Commit fa3b0dd3 authored by Matt Johnston's avatar Matt Johnston
Browse files

test close < 0, from Marco Wenzel

parent dd898822
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -506,7 +506,7 @@ out:
void m_close(int fd) {
int val;
 
if (fd == -1) {
if (fd < 0) {
return;
}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment