From c8c245c2d4a15ecabb4a6689caa35c0abfb659fb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 8 Aug 2013 15:17:09 +0000 Subject: 2013-08-08 Freddie Chopin * libc/string/strncat.c: Fix typo in documentation. --- newlib/libc/string/strncat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc/string/strncat.c') diff --git a/newlib/libc/string/strncat.c b/newlib/libc/string/strncat.c index d31a0302c..2f5a061bf 100644 --- a/newlib/libc/string/strncat.c +++ b/newlib/libc/string/strncat.c @@ -7,7 +7,7 @@ INDEX ANSI_SYNOPSIS #include - char *strncat(char *, const char *, + char *strncat(char *restrict <[dst]>, const char *restrict <[src]>, size_t <[length]>); TRAD_SYNOPSIS -- cgit v1.2.3