OSDN Git Service

libc: Handle cancellation in non multiplexed socket calls
authorCarmelo Amoroso <carmelo.amoroso@st.com>
Wed, 30 Jun 2010 06:32:15 +0000 (08:32 +0200)
committerCarmelo Amoroso <carmelo.amoroso@st.com>
Fri, 17 Sep 2010 04:48:43 +0000 (06:48 +0200)
commitef65e97083363ffaeeb5fcf3a37d074b74eafb0d
treebed005aedeeaf480150aa881c31b7ce96885e88a
parent58b60840580453cd6057de5899f3414ebc7a47cb
libc: Handle cancellation in non multiplexed socket calls

For those archs that provide non multiplexed socket calls
it possible to implement the lib C wrappers without calling the
multi-purpose __socketcall. For a subset of these functions that
are cancellation point, it needs to correctly handle cancellation.

Signed-off-by: Francesco Rundo <francesco.rundo@st.com>
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
libc/inet/socketcalls.c