mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-13 06:29:11 +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
|
else
|
||||||
break
|
break
|
||||||
end
|
end
|
||||||
elseif err:errno() ~= EINTR then
|
elseif err:errno() ~= unix.EINTR then
|
||||||
Log(kLogWarn, tostring(err))
|
Log(kLogWarn, tostring(err))
|
||||||
break
|
break
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue