summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-04-28 01:40:19 +0200
committerBruno Haible <bruno@clisp.org>2020-04-28 01:40:19 +0200
commit9972519136b2b5cbe255bc8359716fe4f35fb60b (patch)
tree26d791a96ed319a5b59483ecd6891226e49db619 /modules
parent17c1bcb550dc20a29aa62482d2e5f158af8a6dfe (diff)
downloadgnulib-9972519136b2b5cbe255bc8359716fe4f35fb60b.tar.gz
malloc: Remove deprecated module.
* modules/malloc: Remove file. * NEWS: Mention the removal.
Diffstat (limited to 'modules')
-rw-r--r--modules/malloc31
1 files changed, 0 insertions, 31 deletions
diff --git a/modules/malloc b/modules/malloc
deleted file mode 100644
index 366408a6bf..0000000000
--- a/modules/malloc
+++ /dev/null
@@ -1,31 +0,0 @@
-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/.
-
-Status:
-deprecated
-
-Notice:
-This module is deprecated. Use the module 'malloc-gnu' instead.
-
-Files:
-
-Depends-on:
-malloc-gnu
-
-configure.ac:
-
-Makefile.am:
-
-Include:
-<stdlib.h>
-
-License:
-LGPLv2+
-
-Maintainer:
-Jim Meyering