freebsd-nq/lib/libc
Bruce Evans b300c1d8f9 The pseudocode in the synopsis didn't come close to actually
compiling, since <stdio.h> correctly doesn't declare off_t although
the pseudo-prototypes for the new fseeko() and ftello() functions
use it.  Handle this like the corresponding problem for va_list
versus the vprintf() family.

Fixed some English errors.
1999-03-05 12:56:37 +00:00
..
alpha
amd64
compat-43
db
gen Use sysctlbyname() instead of sysctl(). 1999-03-05 10:01:24 +00:00
gmon
i386
include
locale Fixed tab lossage in previous commit. 1999-02-25 11:27:52 +00:00
mips Bring in initial libc support for mips. These files were taken from 1999-03-03 07:06:17 +00:00
mipseb These were missing from the previous commit. 1999-03-03 07:08:03 +00:00
mipsel These were missing from the previous commit. 1999-03-03 07:08:03 +00:00
net Mention that getservbyport requires its port parameter to be in 1999-03-02 02:34:23 +00:00
nls
quad
regex
rpc Document type for 'req' argument to clnt_control. 1999-01-31 16:13:25 +00:00
stdio The pseudocode in the synopsis didn't come close to actually 1999-03-05 12:56:37 +00:00
stdlib Correct synopsys: getsubopt is declared in unistd.h, not stdlib.h. 1999-03-02 02:35:57 +00:00
stdtime
string Corrected use of backslash escaping in sample code. 1999-02-27 00:54:40 +00:00
sys Don't use undocumented markup "{}". Use 32767 instead of LINK_MAX to 1999-03-05 10:39:50 +00:00
xdr
yp
Makefile
Makefile.inc