diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2021-02-28 01:48:05 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-03-03 23:24:23 +0100 |
| commit | 854214715b2b9c20ceabc68b01dd7ae4bd20e65a (patch) | |
| tree | fc1cb8e7df8270642326b9196f7ec9424138170a /man3/remove.3 | |
| parent | 2b19457ac53163cf70b9e0d078ecc6ad82703ed5 (diff) | |
| download | man-pages-854214715b2b9c20ceabc68b01dd7ae4bd20e65a.tar.gz | |
getaddrinfo.3: SYNOPSIS: Use 'restrict' in prototypes
Both POSIX and glibc use 'restrict' in getaddrinfo().
Let's use it here too.
.../glibc$ grep_glibc_prototype getaddrinfo;
resolv/netdb.h:660:
extern int getaddrinfo (const char *__restrict __name,
const char *__restrict __service,
const struct addrinfo *__restrict __req,
struct addrinfo **__restrict __pai);
.../glibc$
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/remove.3')
0 files changed, 0 insertions, 0 deletions
