Ignore:
File:
1 edited

Legend:

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

    rbc56f30 rb251af5a  
    3030#define LIBCPP_CERRNO
    3131
    32 #include <errno.h>
     32
     33namespace std::hel
     34{
     35    extern "C" {
     36        #include <errno.h>
     37    }
     38}
     39
     40namespace std
     41{
     42    // Note: Only macros are imported here.
     43}
    3344
    3445#endif
Note: See TracChangeset for help on using the changeset viewer.