mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-16 22:32:05 -08:00
safe_close() did not return output flag.
This commit is contained in:
parent
974ba01d5c
commit
ca845a76e8
1 changed files with 1 additions and 0 deletions
|
|
@ -2571,6 +2571,7 @@ safe_close(int f)
|
|||
ecl_disable_interrupts_env(the_env);
|
||||
output = close(f);
|
||||
ecl_enable_interrupts_env(the_env);
|
||||
return output;
|
||||
}
|
||||
|
||||
static FILE *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue