summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/mips64/sys/sigpending.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadguenther2015-10-231-3/+3
| | | | | | | | | into libc, and move pthread_sigmask() as well (just a trivial wrapper). This provides consistent handling of SIGTHR between single- and multi-threaded programs and is a step in the merge of all the libpthread overloads, providing some ASM and Makefile bits that the other wrappers will need. ok deraadt@ millert@
* Delete an inexplicable commentguenther2015-10-041-2/+2
|
* Move __cerror to ___cerror with a weak alias so that rthreads can override it.guenther2011-04-041-2/+2
| | | | | | On mips64, also correct the name called from plain cerror to __cerror. "looks correct" miod@
* zap rcsid.espie2005-08-071-5/+1
| | | | okay deraadt@ (tested them all)
* mips64 is now going ABI64 and shared library support!pefo2004-09-091-2/+11
| | | | String functions need some optimization/rewrite to take full advantage.
* 32 -> 64 bit cleanups but no optimizations yetpefo2004-09-071-2/+2
|
* Move mips to mips64pefo2004-08-111-0/+51