summaryrefslogtreecommitdiff
path: root/xmake/core/sandbox/modules/io.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-12-17 14:08:00 +0800
committerruki <[email protected]>2017-12-17 14:08:00 +0800
commit43ac21b112f81bbf2414a4295afd68123cccf468 (patch)
treea88b2627774c0171cce899735f6b08809950e09a /xmake/core/sandbox/modules/io.lua
parente5ed897840214b66fd746292fff15c56606d3251 (diff)
add io.seek
Diffstat (limited to 'xmake/core/sandbox/modules/io.lua')
-rw-r--r--xmake/core/sandbox/modules/io.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/sandbox/modules/io.lua b/xmake/core/sandbox/modules/io.lua
index 6b47582c5..ec3c3652b 100644
--- a/xmake/core/sandbox/modules/io.lua
+++ b/xmake/core/sandbox/modules/io.lua
@@ -34,6 +34,7 @@ local sandbox_io = sandbox_io or {}
-- inherit some builtin interfaces
sandbox_io.flush = io.flush
+sandbox_io.seek = io.seek
sandbox_io.read = io.read
sandbox_io.write = io.write
sandbox_io.stdin = io.stdin