repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
support: Add xpthread_cond_signal wrapper
[glibc.git]
/
include
/
malloc.h
blob
f9c961054894b4886b88f6d5ee3e0a53eb89edbe
1
#ifndef _MALLOC_H
2
3
#include <malloc/malloc.h>
4
5
# ifndef _ISOMAC
6
# include <rtld-malloc.h>
7
8
struct
malloc_state
;
9
typedef
struct
malloc_state
*
mstate
;
10
11
# endif
/* !_ISOMAC */
12
13
#endif