Commit Graph
4 Commits
Author SHA1 Message Date
Rich Felker 863d628d93 disable the brk function
the reasons are the same as for sbrk. unlike sbrk, there is no safe
usage because brk does not return any useful information, so it should
just fail unconditionally.
2014-01-02 17:13:19 -05:00
Rich Felker 19892bf0a7 fix brk/sbrk behavior to match the real legacy functions 2011-05-22 12:34:33 -04:00
Rich Felker aa398f56fa global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
Rich Felker 0b44a0315b initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00