Ignore:
Timestamp:
2018-07-05T21:41:24Z (6 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
199b6d8
Parents:
b57a3ee
git-author:
Dzejrou <dzejrou@…> (2018-06-25 18:54:33)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:24)
Message:

cpp: fix problems caused by new HelenOS changes (and leftowers from rebase)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/cpp/include/__bits/thread/threading.hpp

    rb57a3ee rc735afb  
    3333{
    3434    extern "C" {
     35        #include <async.h>
    3536        #include <fibril.h>
    3637        #include <fibril_synch.h>
     
    157158            static void sleep(time_unit time)
    158159            {
    159                 hel::fibril_usleep(time);
     160                hel::async_usleep(time);
    160161            }
    161162        };
Note: See TracChangeset for help on using the changeset viewer.