ack/plat/osx
George Koehler 25e159c930 Remove bad overflow check from plat/osx/libsys/brk.c
If I want to check for overflow, then I should check it before I do
base + incr, not after.

Now that I have no check, I am passing the overflowed base + incr to
brk1(), where it will probably fail the nbreak < segment check.
2016-12-03 17:07:51 -05:00
..
cvmach Write a manual page for cvmach(6). 2016-12-02 18:04:06 -05:00
include Declare raise() for Mac OS X. 2016-11-30 14:33:40 -05:00
libsys Remove bad overflow check from plat/osx/libsys/brk.c 2016-12-03 17:07:51 -05:00