From: Bruno Haible Date: Sun, 28 Mar 2010 00:37:25 +0000 (+0100) Subject: Add a remark about certain modules. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d70b29e703e64230b9c54350b97d628a335c801;p=pspp Add a remark about certain modules. --- diff --git a/ChangeLog b/ChangeLog index a85ba5928a..d957325aa2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-03-27 Bruno Haible + + Add a remark about certain modules. + * modules/malloc (Comment): New section. + * modules/realloc (Comment): Likewise. + * modules/sigpipe (Comment): Likewise. + 2010-03-27 Bruno Haible Resolve conflict between the two kinds of module indicators. diff --git a/modules/malloc b/modules/malloc index cc78668407..8fcb0a34c2 100644 --- a/modules/malloc +++ b/modules/malloc @@ -1,6 +1,11 @@ Description: malloc() function that is glibc compatible. +Comment: +This module should not be used as a dependency from a test module, +otherwise when this module occurs as a tests-related module, it will +have side effects on the compilation of the main modules in lib/. + Files: lib/malloc.c diff --git a/modules/realloc b/modules/realloc index 4596b4cc81..4631ebfa91 100644 --- a/modules/realloc +++ b/modules/realloc @@ -1,6 +1,11 @@ Description: realloc() function that is glibc compatible. +Comment: +This module should not be used as a dependency from a test module, +otherwise when this module occurs as a tests-related module, it will +have side effects on the compilation of the main modules in lib/. + Files: lib/realloc.c diff --git a/modules/sigpipe b/modules/sigpipe index 8addd22e92..56cb57bcac 100644 --- a/modules/sigpipe +++ b/modules/sigpipe @@ -1,6 +1,11 @@ Description: Emulation of POSIX compatible SIGPIPE behaviour. +Comment: +This module should not be used as a dependency from a test module, +otherwise when this module occurs as a tests-related module, it will +have side effects on the compilation of the main modules in lib/. + Files: m4/sigpipe.m4