History log of /seL4-refos-master/libs/libmuslc/src/linux/brk.c
Revision Date Author Comments
# 863d628d 02-Jan-2014 Rich Felker <dalias@aerifal.cx>

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.


# 19892bf0 21-May-2011 Rich Felker <dalias@aerifal.cx>

fix brk/sbrk behavior to match the real legacy functions


# aa398f56 19-Mar-2011 Rich Felker <dalias@aerifal.cx>

global cleanup to use the new syscall interface


# 0b44a031 11-Feb-2011 Rich Felker <dalias@aerifal.cx>

initial check-in, version 0.5.0