summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/arm/SYS.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move __cerror to ___cerror with a weak alias so that rthreads can override it.guenther2011-04-041-1/+2
| | | | | | On mips64, also correct the name called from plain cerror to __cerror. "looks correct" miod@
* Load the syscall number into the scratch register (r12) so that we dontdrahn2006-11-071-1/+3
| | | | need the copyin.
* fix weak aliases for _thread_sys functions, proper libpthead linking.drahn2004-03-011-31/+18
| | | | rewrittent to more closely model other archs. ok deraadt@ miod@
* ARGH, forgot tags.drahn2004-02-011-0/+1
|
* arm libc support. From NetBSD. currently supports softfloat.drahn2004-02-011-0/+112