Ignore:
Timestamp:
2011-07-13T22:39:18Z (14 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e6910c8
Parents:
5974661 (diff), 8ecef91 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge libposix.

File:
1 edited

Legend:

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

    r5974661 re4f8c77  
    4040#define LIBC_ASYNC_OBSOLETE_H_
    4141
    42 extern void async_obsolete_serialize_start(void);
    43 extern void async_obsolete_serialize_end(void);
    44 
    4542#define async_obsolete_send_0(phoneid, method, dataptr) \
    4643        async_obsolete_send_fast((phoneid), (method), 0, 0, 0, 0, (dataptr))
     
    198195
    199196extern int async_obsolete_connect_to_me(int, sysarg_t, sysarg_t, sysarg_t,
    200     async_client_conn_t);
     197    async_client_conn_t, void *);
    201198extern int async_obsolete_connect_me_to(int, sysarg_t, sysarg_t, sysarg_t);
    202199extern int async_obsolete_connect_me_to_blocking(int, sysarg_t, sysarg_t, sysarg_t);
Note: See TracChangeset for help on using the changeset viewer.