diff options
Diffstat (limited to 'newlib/libc/string/strncat.c')
-rw-r--r-- | newlib/libc/string/strncat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/newlib/libc/string/strncat.c b/newlib/libc/string/strncat.c index 57ca068eb..0f29247a8 100644 --- a/newlib/libc/string/strncat.c +++ b/newlib/libc/string/strncat.c @@ -28,7 +28,6 @@ WARNINGS Note that a null is always appended, so that if the copy is limited by the <[length]> argument, the number of characters appended to <[dst]> is <<n + 1>>. - RETURNS This function returns the initial value of <[dst]> |