Fix fs.readfile('/dev/stdin')
There is no need for fs.readFile() to be using pread rather than read. The default semantics of read() are such that subsequent reads are where we want them anyway.
parent
7887e68f
Please register or sign in to comment