/usr/share/lua/5.1/cqueues/errno.lua is in lua-cqueues 20161214-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | local loader = function(loader, ...)
local errno = require("_cqueues.errno")
errno.loader = loader
return errno
end
return loader(loader, ...)
|