]> git.ipfire.org Git - thirdparty/glibc.git/blame - include/malloc.h
Installed-header hygiene (BZ#20366): stack_t.
[thirdparty/glibc.git] / include / malloc.h
CommitLineData
100351c3 1#ifndef _MALLOC_H
33a934a3 2#include <malloc/malloc.h>
100351c3
UD
3
4
5/* In the GNU libc we rename the global variable
6 `__malloc_initialized' to `__libc_malloc_initialized'. */
7#define __malloc_initialized __libc_malloc_initialized
8/* Nonzero if the malloc is already initialized. */
9extern int __malloc_initialized attribute_hidden;
10
f1c5213d
RM
11struct malloc_state;
12typedef struct malloc_state *mstate;
13
100351c3 14#endif