]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
include: [xalloc.h]: mention strdup in the file description
authorPetr Uzel <petr.uzel@suse.cz>
Thu, 17 Feb 2011 12:09:07 +0000 (13:09 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 21 Feb 2011 13:41:37 +0000 (14:41 +0100)
Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
include/xalloc.h

index 0e9ee32487f36b7fe3926abf49c586f573ceb745..8c505beed45a7a8e13b3e9eb8fdfacf176ba4585 100644 (file)
@@ -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