summaryrefslogtreecommitdiffstats
path: root/lib/fputsx.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fputsx.c')
-rw-r--r--lib/fputsx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/fputsx.c b/lib/fputsx.c
index bb71ab2..0565310 100644
--- a/lib/fputsx.c
+++ b/lib/fputsx.c
@@ -16,7 +16,8 @@
#ident "$Id$"
-/*@null@*/char *fgetsx (/*@returned@*/ /*@out@*/char *buf, int cnt, FILE * f)
+/*@null@*/char *
+fgetsx(/*@returned@*/char *restrict buf, int cnt, FILE *restrict f)
{
char *cp = buf;
char *ep;