NetBSD/lib/libc/include
christos fad5d2cf7a statvfs is both a function name and a struct tag. Defining it to _statvfs
causes lint to complain because it sees both struct statvfs and struct
_statvfs. Fix by changing the macro to have arguments.
XXX[1]: Probably this should be done for the rest of the functions that have
        the same names as struct tags.
XXX[2]: Is there a better way?
2005-04-07 16:26:35 +00:00
..
isc de-lint 2004-05-20 19:51:55 +00:00
extern.h Constify the _-sigaction_sigtramp tramp argument. 2003-09-27 03:14:59 +00:00
fd_setsize.h Add headers that ISC software [bind9] needs to include 2004-05-20 22:26:22 +00:00
namespace.h statvfs is both a function name and a struct tag. Defining it to _statvfs 2005-04-07 16:26:35 +00:00
pathnames.h insert a missing quotation mark. 2004-08-20 04:44:11 +00:00
port_after.h Add headers that ISC software [bind9] needs to include 2004-05-20 22:26:22 +00:00
port_before.h We have pselect(2) now; the local wrapper is no longer necessary. 2005-03-17 20:48:50 +00:00
reentrant.h Nuke threadlib.h. Library defensive threading is now provided through the 2004-12-14 00:23:19 +00:00