Skip to content
Snippets Groups Projects
Verified Commit 7398fae8 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Re-add removed comments

parent 0ac16556
No related branches found
No related tags found
No related merge requests found
Pipeline #1904 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment