cvs commit: src/include stdarg.h src/sys/amd64/include stdarg.h src/sys/i386/include stdarg.h

Jeroen Ruigrok/asmodai asmodai at crater.dragonflybsd.org
Sun Mar 6 22:27:25 PST 2005


asmodai     2005/03/06 22:26:47 PST

DragonFly src repository

  Modified files:
    include              stdarg.h 
    sys/amd64/include    stdarg.h 
    sys/i386/include     stdarg.h 
  Log:
  Add va_copy() implementation (thanks to Chris Torek's comp.lang.c post).
  
  Properly wrap all other definitions so that it catches all GCC 2.95.x and
  upwards compilers.
  
  Provide complete free-standing implementation for compilers that do not
  implement the GCC built-ins.
  
  Revision  Changes    Path
  1.2       +3 -0      src/include/stdarg.h
  1.2       +29 -10    src/sys/amd64/include/stdarg.h
  1.5       +39 -7     src/sys/i386/include/stdarg.h


http://www.dragonflybsd.org/cvsweb/src/include/stdarg.h.diff?r1=1.1&r2=1.2&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/amd64/include/stdarg.h.diff?r1=1.1&r2=1.2&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/i386/include/stdarg.h.diff?r1=1.4&r2=1.5&f=u





More information about the Commits mailing list