fs/vfs: Add new internal OS interface nx_read(). nx_read() is functionally...
fs/vfs: Add new internal OS interface nx_read(). nx_read() is functionally equivalent to read() except that it does not modify the errno variable and it is not a cancellation point. Changed all references to read() in the OS to nx_read().
parent
957831d2
Please register or sign in to comment