Changeset 622e7c9 in mainline for uspace/lib/c/include/async.h


Ignore:
Timestamp:
2020-05-05T16:15:09Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ccbd2e1
Parents:
698ce34c
Message:

async_hangup() should just always succeed

There is no reason why this should fail in a valid program. If you e.g.
hang up the phone manually and then call async_hangup(), your bad.
We are washing our hands.

File:
1 edited

Legend:

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

    r698ce34c r622e7c9  
    282282extern errno_t async_connect_to_me(async_exch_t *, iface_t, sysarg_t, sysarg_t);
    283283
    284 extern errno_t async_hangup(async_sess_t *);
     284extern void async_hangup(async_sess_t *);
    285285
    286286extern async_exch_t *async_exchange_begin(async_sess_t *);
Note: See TracChangeset for help on using the changeset viewer.