* fhandler_registry.cc (fhandler_registry::close): Return any error result to

the caller.
* syscalls.cc (_close): Return result of fhandler::close to the caller.
This commit is contained in:
Christopher Faylor
2002-07-26 19:58:00 +00:00
parent 6b6425cb53
commit 6b3c247d07
3 changed files with 8 additions and 3 deletions

View File

@@ -533,7 +533,7 @@ fhandler_registry::close ()
}
if (value_name)
cfree (value_name);
return 0;
return res;
}
bool