ptsname_r: Work around bug on Android 4.3.
[gnulib.git] / modules / malloc
blob366408a6bfde3e7746b4b50bf80337c6b56eccc5
1 Description:
2 malloc() function that is glibc compatible.
4 Comment:
5 This module should not be used as a dependency from a test module,
6 otherwise when this module occurs as a tests-related module, it will
7 have side effects on the compilation of the main modules in lib/.
9 Status:
10 deprecated
12 Notice:
13 This module is deprecated. Use the module 'malloc-gnu' instead.
15 Files:
17 Depends-on:
18 malloc-gnu
20 configure.ac:
22 Makefile.am:
24 Include:
25 <stdlib.h>
27 License:
28 LGPLv2+
30 Maintainer:
31 Jim Meyering