mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-12 14:09:12 +00:00
Redbean - Update help.txt
EINTR alone is nil
This commit is contained in:
parent
a8ed4fdd09
commit
dca8799ed7
1 changed files with 1 additions and 1 deletions
|
@ -2985,7 +2985,7 @@ UNIX MODULE
|
|||
else
|
||||
break
|
||||
end
|
||||
elseif err:errno() ~= EINTR then
|
||||
elseif err:errno() ~= unix.EINTR then
|
||||
Log(kLogWarn, tostring(err))
|
||||
break
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue