From: Petr Uzel Date: Thu, 17 Feb 2011 12:09:07 +0000 (+0100) Subject: include: [xalloc.h]: mention strdup in the file description X-Git-Tag: v2.20-rc1~538 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8ba013af64ff19c70a4ce3b2403032e43710e76f;p=thirdparty%2Futil-linux.git include: [xalloc.h]: mention strdup in the file description Signed-off-by: Petr Uzel --- diff --git a/include/xalloc.h b/include/xalloc.h index 0e9ee32487..8c505beed4 100644 --- a/include/xalloc.h +++ b/include/xalloc.h @@ -4,7 +4,7 @@ * This file may be redistributed under the terms of the * GNU Lesser General Public License. * - * General memory allocation wrappers for malloc, realloc and calloc + * General memory allocation wrappers for malloc, realloc, calloc and strdup */ #ifndef UTIL_LINUX_XALLOC_H