Issue 120155
Summary read_unlocked doesn't support _IOLBF and _IONBF modes
Labels libc
Assignees michaelrj-google
Reporter vonosmas
    `read_unlocked` currently only supports _IOFBF buffering, this bug is to track adding support for _IOLBF and _IONBF modes. (note - `write_unlocked` already does have support for them).

See WIP patch in https://github.com/llvm/llvm-project/compare/main...braydonk:llvm-project:braydonk-file-buf-modes

@michaelrj-google - LMK if this can be marked as "good-first-issue"?
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to