mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
8234501: remove obsolete NET_ReadV
Reviewed-by: alanb, vtewari
This commit is contained in:
parent
3f517c65c0
commit
20a03807b8
5 changed files with 1 additions and 18 deletions
|
@ -55,10 +55,6 @@ int NET_RecvFrom(int s, void *buf, int len, unsigned int flags,
|
|||
RESTARTABLE_RETURN_INT(recvfrom(s, buf, len, flags, from, fromlen));
|
||||
}
|
||||
|
||||
int NET_ReadV(int s, const struct iovec * vector, int count) {
|
||||
RESTARTABLE_RETURN_INT(readv(s, vector, count));
|
||||
}
|
||||
|
||||
int NET_Send(int s, void *msg, int len, unsigned int flags) {
|
||||
RESTARTABLE_RETURN_INT(send(s, msg, len, flags));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue