Current File : //proc/thread-self/root/kunden/usr/share/lua/5.4/posix/util.lua
--[[
 POSIX library for Lua 5.1, 5.2, 5.3 & 5.4.
 Copyright (C) 2014-2020 Gary V. Vaughan
]]

-- Backwards compatibility alias.

return {
   openpty = require 'posix'.openpty,
}