Changeset 874621f in mainline for generic/include/stdarg.h


Ignore:
Timestamp:
2006-06-06T07:40:51Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0dbc4e7
Parents:
6f9a9bc
Message:

Added kernel circular buffer klog.
Added automatic killing of tasks raising inappropriate exceptions.
TODO Fix vsnprintf return value(and behaviour according to specs) and remove workaround in klog.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/stdarg.h

    r6f9a9bc r874621f  
    4141#define va_arg(ap, type)                __builtin_va_arg(ap, type)
    4242#define va_end(ap)                      __builtin_va_end(ap)
     43#define va_copy(dst,src)                __builtin_va_copy(dst,src)
    4344
    4445#endif
Note: See TracChangeset for help on using the changeset viewer.