Changes in uspace/lib/cpp/include/cerrno [bc56f30:b251af5a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/cerrno
rbc56f30 rb251af5a 30 30 #define LIBCPP_CERRNO 31 31 32 #include <errno.h> 32 33 namespace std::hel 34 { 35 extern "C" { 36 #include <errno.h> 37 } 38 } 39 40 namespace std 41 { 42 // Note: Only macros are imported here. 43 } 33 44 34 45 #endif
Note:
See TracChangeset
for help on using the changeset viewer.