Skip to content
Commit 181875f3 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment