Explorar o código

Re-add removed comments

Jeremy Soller %!s(int64=6) %!d(string=hai) anos
pai
achega
7398fae8b6
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/header/stdio/mod.rs

+ 2 - 0
src/header/stdio/mod.rs

@@ -61,11 +61,13 @@ pub struct FILE {
     lock: Mutex<()>,
 
     file: File,
+    // pub for stdio_ext
     pub(crate) flags: c_int,
     read_buf: Buffer<'static>,
     read_pos: usize,
     read_size: usize,
     unget: Option<u8>,
+    // pub for stdio_ext
     pub(crate) writer: LineWriter<File>,
 
     // Optional pid for use with popen/pclose