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 2bbb3c65d32f4028fd70076afc110f972057805a..2d4f282f0b9d75478109188d93e0a03bf724c1b1 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 dda0843b98309a70643b6a70eba61fa4148e4128..74395f444a99a52554aa9a60e03e4c5b337210b5 100644 (file)
@@ -7,6 +7,7 @@ lib/unistr/u-cpy-alloc.h
 
 Depends-on:
 unistr/base
+malloc-posix
 
 configure.ac:
 
index 87f2455fb2f1605e6a772d67bc5c4676d9f11173..d6dd635abaf658ba32dfc28bf77219ffb95ea79f 100644 (file)
@@ -7,6 +7,7 @@ lib/unistr/u-cpy-alloc.h
 
 Depends-on:
 unistr/base
+malloc-posix
 
 configure.ac:
 
index 03fa882796f48ed9d2757b903746e6d53cebaeb4..735d9014ab24c59e793546100ce45f41bc50f14f 100644 (file)
@@ -7,6 +7,7 @@ lib/unistr/u-cpy-alloc.h
 
 Depends-on:
 unistr/base
+malloc-posix
 
 configure.ac: