File

plugins/mod_unknown.lua @ 9028:d4c2a3060e7e

util.pposix: Use freopen(3) when replacing standard IO streams (thanks ratchetfreak) Man page says this is what freopen(3) is for.
author Kim Alvefur <zash@zash.se>
date Thu, 12 Jul 2018 20:42:22 +0200
parent 6003:28a90f5fea46
line wrap: on
line source

-- Unknown platform stub
module:set_global();

-- TODO Do things that make sense if we don't know about the platform