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

Adds OS internal functions nx_send(), ns_recv(), and nx_recvfrom() which are...

Adds OS internal functions nx_send(), ns_recv(), and nx_recvfrom() which are functionally equivalent to send(), recv(), and recvfrom() except that they do not set the errno variable and do not cause cancellation points.
parent 536e4d7f
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