Changeset 22d990c in mainline for uspace/lib/c/generic/private/async.h


Ignore:
Timestamp:
2020-01-11T00:36:26Z (4 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
06599a1
Parents:
8a74512
Message:

Clean up code

Correcting order of includes. Remove unnecessary new lines. Removing
old function declaration. Typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/private/async.h

    r8a74512 r22d990c  
    4242#include <time.h>
    4343#include <stdbool.h>
    44 #include <stdatomic.h>
    4544
    4645/** Session data */
     
    109108extern async_sess_t *create_session(cap_phone_handle_t, exch_mgmt_t,
    110109    sysarg_t, sysarg_t, sysarg_t);
    111 extern cap_phone_handle_t async_session_phone(async_sess_t *);
    112110
    113111#endif
Note: See TracChangeset for help on using the changeset viewer.