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 NT_PPC_PKEY from Linux 4.16 to elf.h.
[glibc.git]
/
sysdeps
/
unix
/
sysv
/
linux
/
dl-sbrk.c
blob
1ce5cb188cd4ac42c1d04f4251c8cb4b842856c0
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 <misc/sbrk.c>