mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-07 18:30:28 +00:00
fix __zipos_close
This commit is contained in:
parent
ed8fadea37
commit
6146bdc6b5
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ static int close_impl(int fd) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (__isfdkind(fd, kFdZip)) {
|
if (__isfdkind(fd, kFdZip)) {
|
||||||
if (_weaken(__zipos_close)) {
|
if (!__vforked && _weaken(__zipos_close)) {
|
||||||
return _weaken(__zipos_close)(fd);
|
return _weaken(__zipos_close)(fd);
|
||||||
}
|
}
|
||||||
if (!IsWindows() && !IsMetal()) {
|
if (!IsWindows() && !IsMetal()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue