Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI
[glibc.git] / include / malloc.h
blob0765482c51a4874089d300ff2c95c5c0e258b353
1 #ifndef _MALLOC_H
3 #include <malloc/malloc.h>
5 # ifndef _ISOMAC
6 # include <rtld-malloc.h>
8 /* In the GNU libc we rename the global variable
9 `__malloc_initialized' to `__libc_malloc_initialized'. */
10 #define __malloc_initialized __libc_malloc_initialized
11 /* Nonzero if the malloc is already initialized. */
12 extern int __malloc_initialized attribute_hidden;
14 struct malloc_state;
15 typedef struct malloc_state *mstate;
17 # endif /* !_ISOMAC */
18 #endif