Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/stdarg.h

    r097f421 r63f8966  
    4343#define va_arg(ap, type)    __builtin_va_arg(ap, type)
    4444#define va_end(ap)          __builtin_va_end(ap)
    45 #define va_copy(dst, src)   __builtin_va_copy(dst, src)
    4645
    4746#endif
Note: See TracChangeset for help on using the changeset viewer.