Changeset 6b96dc06 in mainline for uspace/lib/c/include/async.h


Ignore:
Timestamp:
2018-06-27T16:32:16Z (6 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
45c39ad
Parents:
1c9ae08
Message:

Replace _Noreturn with C++-friendly noreturn. Remove unnecessary _Atomic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/async.h

    r1c9ae08 r6b96dc06  
    5151#include <abi/cap.h>
    5252
     53#include <_bits/__noreturn.h>
     54
    5355typedef sysarg_t aid_t;
    5456typedef sysarg_t port_id_t;
     
    108110typedef struct async_exch async_exch_t;
    109111
    110 extern _Noreturn void async_manager(void);
     112extern __noreturn void async_manager(void);
    111113
    112114#define async_get_call(data) \
Note: See TracChangeset for help on using the changeset viewer.