ack/plat/osx/libsys
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
..
brk.c Remove bad overflow check from plat/osx/libsys/brk.c 2016-12-03 17:07:51 -05:00
creat.c Add the missing return in plat/osx/libsys/creat.c 2016-11-08 15:35:02 -05:00
isatty.c Commit a preview of osx386 and osxppc as new platforms. 2016-10-02 14:58:05 -04:00
signal.c Commit a preview of osx386 and osxppc as new platforms. 2016-10-02 14:58:05 -04:00