Changeset b57a3ee in mainline for uspace/lib/cpp/include/__bits/abi.hpp
- Timestamp:
- 2018-07-05T21:41:24Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c735afb
- Parents:
- 4f461384
- git-author:
- Dzejrou <dzejrou@…> (2018-06-25 16:58:08)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:24)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/__bits/abi.hpp
r4f461384 rb57a3ee 1 1 /* 2 * Copyright (c) 201 7Jaroslav Jindrak2 * Copyright (c) 2018 Jaroslav Jindrak 3 3 * All rights reserved. 4 4 * … … 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 27 */ 28 29 #ifndef LIBCPP_BITS_ABI 30 #define LIBCPP_BITS_ABI 28 31 29 32 #include <cstddef> … … 158 161 159 162 namespace abi = __cxxabiv1; 163 164 #endif
Note:
See TracChangeset
for help on using the changeset viewer.