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
Unlock mutex before going back to waiting for PI mutexes
[glibc.git]
/
elf
/
dl-brk.c
blob
c37cdfec331cf70770f416775e49b121f75af029
1
/* We can use the normal code but we also know the __curbrk is not exported
2
from ld.so. */
3
extern
void
*
__curbrk attribute_hidden
;
4
5
#include <brk.c>