From: Ulrich Drepper Date: Mon, 28 Jun 1999 12:31:33 +0000 (+0000) Subject: (Copying and Concatenation): Mention that strndup is a GNU extension. X-Git-Tag: cvs/glibc_2-1-2~342 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f83a748e76d4cc1c0d4f429c50a4abc16e28085a;p=thirdparty%2Fglibc.git (Copying and Concatenation): Mention that strndup is a GNU extension. --- diff --git a/manual/string.texi b/manual/string.texi index 943cb09b5cc..45b2bc84728 100644 --- a/manual/string.texi +++ b/manual/string.texi @@ -372,6 +372,8 @@ terminated. This function is different to @code{strncpy} in that it always terminates the destination string. + +@code{strndup} is a GNU extension. @end deftypefun @comment string.h