include: [xalloc.h]: mention strdup in the file description

Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
This commit is contained in:
Petr Uzel 2011-02-17 13:09:07 +01:00 committed by Karel Zak
parent 4581647a62
commit 8ba013af64
1 changed files with 1 additions and 1 deletions

View 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