Searched hist:131687 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/powerpc/include/
H A Dstdarg.hdiff 131687 Tue Jul 06 07:47:09 MDT 2004 obrien In the spirit of amd64/include/stdarg.h rev 1.6; add __va_copy
(but keep it conditional on __ISO_C_VISIBLE >= 1999.

Why? Our out /usr/src/contrib assumes it, and more than a few ports have
an autoconf that looks for __va_copy because it is available on glibc.
It is critical that we use it on PowerPC. It generally isn't a problem
for i386 and its ilk because those platforms can get away with cheating
the C standard, using a plain assignment.

Completed in 24 milliseconds