about summary refs log tree commit diff
path: root/src/linux/brk.c
Commit message (Collapse)AuthorAgeFilesLines
* disable the brk functionRich Felker2014-01-021-1/+2
| | | | | | 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.
* fix brk/sbrk behavior to match the real legacy functionsRich Felker2011-05-221-1/+1
|
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-1/+1
|
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+6