Ignore:
Timestamp:
2018-07-05T21:41:20Z (7 years ago)
Author:
Dzejrou <dzejrou@…>
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)
Message:

c+cpp: added support for global static constructors destructors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/cpp/include/internal/abi.hpp

    r9396c52 rc4049e6  
    3232namespace __cxxabiv1
    3333{
     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
    3442    /**
    3543     * Itanium C++ ABI type infos.
Note: See TracChangeset for help on using the changeset viewer.