freebsd-src/lib/libc
John Birrell 77af5d1ac8 Don't assign the va_list variable 'ap' directly to the argtable because
va_list is not a pointer on alpha. Instead, use the va_arg() macro
to return the address that is stored in the argtable.
1998-05-08 05:10:32 +00:00
..
alpha
amd64 Use the thread-aware errno definition all the time. 1998-05-05 22:07:02 +00:00
compat-43 Don't imply sigset_t == int. 1998-05-03 22:27:29 +00:00
db
gen Remove extern int errno and #include <errno.h> to get the proper definition. 1998-05-05 22:04:13 +00:00
gmon
i386 Use the thread-aware errno definition all the time. 1998-05-05 22:07:02 +00:00
include Remove leading underscores from the FILE lock functions that POSIX 1998-05-05 22:02:29 +00:00
locale
net Resolve some unexpected differences when comparing with the 2.2 version. 1998-05-02 15:51:54 +00:00
nls
quad
regex
rpc
stdio Don't assign the va_list variable 'ap' directly to the argtable because 1998-05-08 05:10:32 +00:00
stdlib Fix a few nits in quoted code fragments and elsewhere. 1998-05-04 23:16:50 +00:00
stdtime
string Pedantry (NULL -> NUL). 1998-05-03 22:42:45 +00:00
sys Typo fix. 1998-05-03 22:50:14 +00:00
xdr
yp
Makefile
Makefile.inc