brk(2): .... we define lowest addres not used by the program above, so use that instead

This commit is contained in:
cinap_lenrek 2021-07-20 21:49:30 +00:00
parent 7bd6679c82
commit 669b3abd70

View file

@ -43,7 +43,7 @@ data areas need to use
.IR brk .
A call to
.I sbrk
with a zero argument returns the end address
with a zero argument returns the current break
in the dynamic segment.
.SH SOURCE
.B /sys/src/libc/9sys/sbrk.c