Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-15 | mmap.c: provide a common mmap.c that is good for most of archs | Peter S. Mazinger | |
Remove all others, only avr32 needs to be kept. Define __UCLIBC_ARCH_HAS_6_ARGS__ where needed. Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2008-12-13 | make all "XXXhidden_proto(" consistently not use a space before '(' | Denis Vlasenko | |
2008-10-28 | - trim superfluous ';'. No objcode changes | Bernhard Reutner-Fischer | |
2008-07-23 | - fix inline keyword | Bernhard Reutner-Fischer | |
2007-05-15 | Restored indentation. | Peter Kjellerstedt | |
2007-05-15 | Fix arm mmap when using mmap2 syscall. Fixes bug #1303 | Khem Raj | |
2007-03-08 | Patch from Khem Raj that fixes running gcc on arm for me. (Otherwise it | Rob Landley | |
says "virtual memory exhausted" trying to build hello world.) | |||
2006-10-07 | Add the mmap.c missed out in the last commit. | Khem Raj | |