From f83a748e76d4cc1c0d4f429c50a4abc16e28085a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 28 Jun 1999 12:31:33 +0000 Subject: [PATCH] (Copying and Concatenation): Mention that strndup is a GNU extension. --- manual/string.texi | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.3