diff MODULES.html.sh @ 10068:c7189e3f4fa9

Split xmemdup0 into its own module. * modules/xmemdup0: New file. * lib/xmemdup0.h: Likewise. * lib/xmemdup0.c: Likewise. * MODULES.html.sh (Memory management functions): Add xmemdup0. * lib/xalloc.h (xmemdup0): Remove. * lib/xmalloc.c (xmemdup0): Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
author Eric Blake <ebb9@byu.net>
date Tue, 13 May 2008 21:28:43 -0600
parents e65afb893b33
children d0e8add2a62d
line wrap: on
line diff
--- a/MODULES.html.sh	Wed May 14 04:09:49 2008 +0200
+++ b/MODULES.html.sh	Tue May 13 21:28:43 2008 -0600
@@ -1609,6 +1609,7 @@
   func_module alloca-opt
   func_module malloca
   func_module xmalloca
+  func_module xmemdup0
   func_end_table
 
   element="Integer arithmetic functions <stdlib.h>"