]> git.ipfire.org Git - thirdparty/glibc.git/blame - include/malloc.h
posix/glob.c: update from gnulib
[thirdparty/glibc.git] / include / malloc.h
CommitLineData
100351c3 1#ifndef _MALLOC_H
3a0ecccb 2
33a934a3 3#include <malloc/malloc.h>
100351c3 4
47755784 5# ifndef _ISOMAC
3a0ecccb 6# include <rtld-malloc.h>
100351c3 7
f1c5213d
RM
8struct malloc_state;
9typedef struct malloc_state *mstate;
10
47755784 11# endif /* !_ISOMAC */
3784dfc0 12
100351c3 13#endif