summary refs log tree commit diff stats
path: root/lib/pure
diff options
context:
space:
mode:
authorAntonis Geralis <43617260+planetis-m@users.noreply.github.com>2022-11-02 11:52:15 +0200
committerGitHub <noreply@github.com>2022-11-02 10:52:15 +0100
commit606aa45ec6da3169cd3956d89d6f4eea23ad6419 (patch)
tree6e920dfd0a73dc30c90768dc636a1c9167af3e83 /lib/pure
parent87f7f505534baaa2410acfb976181c25628410a7 (diff)
downloadNim-606aa45ec6da3169cd3956d89d6f4eea23ad6419.tar.gz
Export FileMode (#20726)
Diffstat (limited to 'lib/pure')
-rw-r--r--lib/pure/streams.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pure/streams.nim b/lib/pure/streams.nim
index 7ebae3e09..945e85934 100644
--- a/lib/pure/streams.nim
+++ b/lib/pure/streams.nim
@@ -98,6 +98,7 @@ import std/private/since
 
 when defined(nimPreviewSlimSystem):
   import std/syncio
+  export FileMode
 
 proc newEIO(msg: string): owned(ref IOError) =
   new(result)