serr              556 lib/lua/lauxlib.c   const char *serr = strerror(errno);
serr              558 lib/lua/lauxlib.c   lua_pushfstring(L, "cannot %s %s: %s", what, filename, serr);