putgrent.3: SYNOPSIS: Use 'restrict' in prototypes
commit5952677947503d0b442cb3d3441ea04654048c51
authorAlejandro Colomar <alx.manpages@gmail.com>
Mon, 8 Mar 2021 18:53:21 +0000 (8 19:53 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 14 Mar 2021 20:29:13 +0000 (14 21:29 +0100)
treed1ca14258710cd97abe22121a159f24fe81c3484
parent4beb303a630d3606e90e42d372ec74d28eeafd03
putgrent.3: SYNOPSIS: Use 'restrict' in prototypes

glibc uses 'restrict' in putgrent().
Let's use it here too.

.../glibc$ grep_glibc_prototype putgrent
grp/grp.h:93:
extern int putgrent (const struct group *__restrict __p,
     FILE *__restrict __f);
.../glibc$

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/putgrent.3