]> Zhao Yanbai Git Server - minix.git/commit
Split do_brk in a stub and a function that does the real work, so that
authorBen Gras <ben@minix3.org>
Fri, 30 Jun 2006 14:35:38 +0000 (14:35 +0000)
committerBen Gras <ben@minix3.org>
Fri, 30 Jun 2006 14:35:38 +0000 (14:35 +0000)
commitb5179d7025a4e9aa8d2651d7724e066e161b53bd
treed89b5f0a6af904e35f209871a3040a96f675160f
parent0323892f7125a24ed997040838f44764d965f5cd
Split do_brk in a stub and a function that does the real work, so that
the real work can be called from elsewhere too. Specifically, to allow PM
its own brk().
servers/pm/break.c
servers/pm/proto.h