Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/cpp/include/cstdarg

    rbc56f30 rb251af5a  
    3030#define LIBCPP_CSTDARG
    3131
    32 #include <stdarg.h>
     32
     33namespace std::hel
     34{
     35    extern "C" {
     36        #include <stdarg.h>
     37    }
     38}
    3339
    3440namespace std
    3541{
    36     using ::va_list;
     42    using std::hel::va_list;
    3743}
    3844
     45using std::hel::va_list;
     46
    3947#endif
Note: See TracChangeset for help on using the changeset viewer.