Require a POSIX compliant malloc().
authorBruno Haible <bruno@clisp.org>
Sun, 26 Apr 2009 10:00:43 +0000 (12:00 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 26 Apr 2009 10:00:43 +0000 (12:00 +0200)
ChangeLog
modules/unistr/u16-cpy-alloc
modules/unistr/u32-cpy-alloc
modules/unistr/u8-cpy-alloc

index 2bbb3c6..2d4f282 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-04-26  Bruno Haible  <bruno@clisp.org>
+
+       * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
+       * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
+       * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
+
 2009-04-25  Bruno Haible  <bruno@clisp.org>
 
        Avoid link error when creating a namespace clean library.
index dda0843..74395f4 100644 (file)
@@ -7,6 +7,7 @@ lib/unistr/u-cpy-alloc.h
 
 Depends-on:
 unistr/base
+malloc-posix
 
 configure.ac:
 
index 87f2455..d6dd635 100644 (file)
@@ -7,6 +7,7 @@ lib/unistr/u-cpy-alloc.h
 
 Depends-on:
 unistr/base
+malloc-posix
 
 configure.ac:
 
index 03fa882..735d901 100644 (file)
@@ -7,6 +7,7 @@ lib/unistr/u-cpy-alloc.h
 
 Depends-on:
 unistr/base
+malloc-posix
 
 configure.ac: