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
Add runtime check if mutex will be elided in tst-mutex8 testcases.
[glibc.git]
/
include
/
mcheck.h
blob
8883c3d53e8cf5b376e11aab2883f04587375231
1
#ifndef _MCHECK_H
2
3
#include <malloc/mcheck.h>
4
5
# ifndef _ISOMAC
6
7
libc_hidden_proto
(
mcheck
)
8
libc_hidden_proto
(
mcheck_check_all
)
9
10
# endif
/* !_ISOMAC */
11
#endif