Remove the restrict qualifier to match function prototype.
This commit is contained in:
parent
2851848add
commit
02ad3abcdd
@ -44,7 +44,7 @@
|
||||
.Ft ssize_t
|
||||
.Fn recv "int s" "void *buf" "size_t len" "int flags"
|
||||
.Ft ssize_t
|
||||
.Fn recvfrom "int s" "void * restrict buf" "size_t len" "int flags" "struct sockaddr * restrict from" "socklen_t * restrict fromlen"
|
||||
.Fn recvfrom "int s" "void *buf" "size_t len" "int flags" "struct sockaddr * restrict from" "socklen_t * restrict fromlen"
|
||||
.Ft ssize_t
|
||||
.Fn recvmsg "int s" "struct msghdr *msg" "int flags"
|
||||
.Sh DESCRIPTION
|
||||
|
Loading…
Reference in New Issue
Block a user