• R
    disable the brk function · 863d628d
    Rich Felker 提交于
    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.
    863d628d
brk.c 96 字节