* lib/canonicalize-lgpl.c (_GL_USE_STDLIB_ALLOC, malloc): Likewise.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 8 Apr 2011 18:34:08 +0000 (11:34 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 8 Apr 2011 20:31:42 +0000 (13:31 -0700)
ChangeLog
lib/canonicalize-lgpl.c

index cc2541cd65bc39bb945ffeab40c61b01dcd8fc8a..1a413bc06e2788dae2b54d7cc78c85f9267f8ad0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,7 @@
        * lib/malloca.c (_GL_USE_STDLIB_ALLOC, malloc): Likewise.
        * lib/progreloc.c (_GL_USE_STDLIB_ALLOC, malloc): Likewise.
        * lib/setenv.c (_GL_USE_STDLIB_ALLOC, malloc, realloc): Likewise.
+       * lib/canonicalize-lgpl.c (_GL_USE_STDLIB_ALLOC, malloc): Likewise.
 
        careadlinkat: rename members to avoid problem
        * lib/allocator.h (struct allocator): Rename members from
index 9bfb44f9829b30d00c161afd5db0c8d3dc691327..1574ec108c8fa32a8daabaf84829d74c9b3b4f1c 100644 (file)
@@ -16,6 +16,7 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #ifndef _LIBC
+# define _GL_USE_STDLIB_ALLOC 1
 # include <config.h>
 #endif
 
@@ -68,8 +69,6 @@
 # endif
 # define __readlink readlink
 # define __set_errno(e) errno = (e)
-/* Use the system functions, not the gnulib overrides in this file.  */
-# undef malloc
 # ifndef MAXSYMLINKS
 #  ifdef SYMLOOP_MAX
 #   define MAXSYMLINKS SYMLOOP_MAX