brk(2): .... we define lowest addres not used by the program above, so use that instead
This commit is contained in:
parent
7bd6679c82
commit
669b3abd70
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ data areas need to use
|
||||||
.IR brk .
|
.IR brk .
|
||||||
A call to
|
A call to
|
||||||
.I sbrk
|
.I sbrk
|
||||||
with a zero argument returns the end address
|
with a zero argument returns the current break
|
||||||
in the dynamic segment.
|
in the dynamic segment.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /sys/src/libc/9sys/sbrk.c
|
.B /sys/src/libc/9sys/sbrk.c
|
||||||
|
|
Loading…
Reference in a new issue