rename functions to more understandable names
This commit is contained in:
parent
f0ed376eda
commit
ddec5af6b0
27 changed files with 63 additions and 68 deletions
|
@ -341,6 +341,7 @@ char *xasprintf(const char *format, ...)
|
|||
// close that file.
|
||||
void xprint_and_close_file(FILE *file)
|
||||
{
|
||||
fflush(stdout);
|
||||
// copyfd outputs error messages for us.
|
||||
if (bb_copyfd_eof(fileno(file), 1) == -1)
|
||||
exit(xfunc_error_retval);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue