summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/err.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make printf-like and scanf-like functions marked as such in llib-lc.lnmartynas2011-05-301-1/+3
| | | | | | | and llib-lwrap.ln databases; so that the lint features doing format strings checks are enabled by default. Looks good to millert@.
* zap remaining rcsid.espie2005-08-081-4/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* __indr_reference() and the definition in the same compilation unit arefgsch2002-06-121-7/+4
| | | | | | | a bad idea. use __weak_alias(), but for now put the definition at the bottom, since AUX_FUNC is not properly propagated to the weak definition, and will cause grief to the linker. should fix vax. tested by hin@ via LDSTATIC=-static, millert@ ok.
* use weak aliases whenever is possible; millert@ ok.fgsch2002-06-081-1/+8
|
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-20/+2
|
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-2/+2
|
* Fix RCS idstholo1996-08-191-8/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* sync to netbsd 960418deraadt1996-04-211-132/+3
|
* initial import of NetBSD treederaadt1995-10-181-0/+203