Ignore:
Timestamp:
2019-07-07T12:59:11Z (5 years ago)
Author:
Jaroslav Jindrak <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8c0b781
Parents:
8e24583
Message:

cpp: apply requested changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/cpp/src/__bits/runtime.cpp

    r8e24583 r46c66f8  
    2828
    2929#include <__bits/abi.hpp>
     30#include <cassert>
    3031#include <cstdlib>
    3132#include <cstdint>
     
    211212    {
    212213        // TODO: needed for thread_local variables
     214        __unimplemented();
    213215        return 0;
    214216    }
Note: See TracChangeset for help on using the changeset viewer.