mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
* add native_fflush libc passthru * add `pipe2` which combines `pipe` and `fcntl` - see docs * POSIX subprocess: incorporate async reader capability and and fflush for writer * use the real-name O_NONBLOCK since it's available * typo * ok... remove `pipe2` and do this with an existing method...... * Update releasenotes.md --------- Co-authored-by: Christoffer Lerno <christoffer@aegik.com>