| 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> |
| 6 |
| 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> |
| 6 |