summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/sparc/SYS.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Two touches to make this work with ELF.art2002-08-111-24/+11
| | | | | - use _C_LABEL(__cerror) and not cerror to avoid polluting the name space. - Use weak symbols for libc_r syscalls.
* We need to keep K&R compat macros for some ports where the assemnbler ismillert2002-02-191-1/+6
| | | | still using -traditional-cpp.
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-6/+1
|
* Add PSEUDO_NOERROR similar to that used by NetBSD.millert2001-09-201-9/+18
| | | | | | | | | | | Some ports were setting errno in PSEUDO and some were not. Now errno is set for all in PSEUDO and PSEUDO_NOERROR is provided for the non-errno case (only used by _exit). Needs testing on vax and m88k. XXX - hppa and powerpc still lack a real PSEUDO_NOERROR implementation. Currently PSEUDO_NOERROR and PSEUDO are the same (so builds don't break on those platforms).
* #(endif|else) foo is incorrect, make it #endif /* foo */heko2001-08-121-3/+3
| | | | deraadt@ ok
* damn it, i have had it with this untested weak shitderaadt2000-10-171-9/+14
|
* re-add weak sparc support; d@deraadt2000-10-161-14/+9
|
* back out weak symbols; deraadt@d2000-10-111-46/+38
|
* use weak symbols in sparc's libcd2000-10-041-38/+46
|
* _THREAD_SAFE; nominal testing by friesd1999-01-061-7/+28
|
* Fix RCS idstholo1996-08-191-4/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+90