Changeset c4049e6 in mainline for uspace/lib/cpp/include/internal/abi.hpp
- Timestamp:
- 2018-07-05T21:41:20Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9283830
- Parents:
- 9396c52
- git-author:
- Dzejrou <dzejrou@…> (2018-03-15 10:40:53)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/internal/abi.hpp
r9396c52 rc4049e6 32 32 namespace __cxxabiv1 33 33 { 34 /** 35 * Static constructor/destructor helpers. 36 */ 37 38 extern "C" int __cxa_atexit(void (*)(void*), void*, void*); 39 40 extern "C" void __cxa_finalize(void*); 41 34 42 /** 35 43 * Itanium C++ ABI type infos.
Note:
See TracChangeset
for help on using the changeset viewer.