Add sysdeps/ieee754/soft-fp.
[glibc.git] / include / malloc.h
blobd4cd9a5ffc929a962e272e912d73701ea76b6ff5
1 #ifndef _MALLOC_H
2 #include <malloc/malloc.h>
4 # ifndef _ISOMAC
6 /* In the GNU libc we rename the global variable
7 `__malloc_initialized' to `__libc_malloc_initialized'. */
8 #define __malloc_initialized __libc_malloc_initialized
9 /* Nonzero if the malloc is already initialized. */
10 extern int __malloc_initialized attribute_hidden;
12 extern __typeof (__malloc_check_init) __malloc_check_init attribute_hidden;
14 struct malloc_state;
15 typedef struct malloc_state *mstate;
17 # endif /* !_ISOMAC */
18 #endif