diff options
author | Kim Alvefur <zash@zash.se> | 2020-05-04 21:51:30 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2020-05-04 21:51:30 +0200 |
commit | 8055c8f7d721ba1d8aa538255e61a1830377c49e (patch) | |
tree | 028350d40aaed5050c07389efc218888f938dcd8 /core/moduleapi.lua | |
parent | 783f5430a57d1f543f0eddbc3d6b6a3185be8008 (diff) | |
download | prosody-8055c8f7d721ba1d8aa538255e61a1830377c49e.tar.gz prosody-8055c8f7d721ba1d8aa538255e61a1830377c49e.zip |
util.pposix,signal: Pass around various OS numbers as integers [Lua 5.3]
Passing around PIDs, UIDs etc as integers makes it more sane in Lua 5.3.
Getting 1234.0 as PID is silly. Shouldn't change any behavior as these
are all integers on the C side and the integral floats are accepted as
integers when passed back from Lua into C.
Diffstat (limited to 'core/moduleapi.lua')
0 files changed, 0 insertions, 0 deletions