History log of /netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/sys/dtrace.h
Revision Date Author Comments
# 1.8 17-Jul-2011 joerg

branches: 1.8.2; 1.8.8;
Retire varargs.h support. Move machine/stdarg.h logic into MI
sys/stdarg.h and expect compiler to provide proper builtins, defaulting
to the GCC interface. lint still has a special fallback.
Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and
derive va_list as required by standards.