summaryrefslogtreecommitdiffstats
path: root/lib/libc/arm/sys/sbrk.S
Commit message (Collapse)AuthorAgeFilesLines
* Fix sbrk.S to use _end symbol the same way brk.s was fixed some timekan2007-06-271-2/+2
| | | | | | | ago. sbrk.S should have gotten the same change then but was forgotten. Approved by: re (bmah) PR: kern/114049
* Use the RET macro.cognet2004-11-091-1/+1
| | | | | For setjmp() and longjmp(), put the signal mask where it's supposed to be, instead of in the space reserved for fp regs.
* Import the FreeBSD/arm libc bits.cognet2004-05-141-0/+88
Obtained from: NetBSD
OpenPOWER on IntegriCloud