Changeset 3529f148 in mainline for uspace/lib/c/generic/loc.c
- Timestamp:
- 2020-03-06T19:14:20Z (5 years ago)
- Children:
- 13b4504
- Parents:
- 06599a1
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2020-02-29 11:22:13)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2020-03-06 19:14:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/loc.c
r06599a1 r3529f148 454 454 455 455 errno_t loc_namespace_get_id(const char *name, service_id_t *handle, 456 unsigned int flags)456 ipc_start_flag_t flags) 457 457 { 458 458 async_exch_t *exch; … … 503 503 */ 504 504 errno_t loc_category_get_id(const char *name, category_id_t *cat_id, 505 unsigned int flags)505 ipc_start_flag_t flags) 506 506 { 507 507 async_exch_t *exch; … … 558 558 559 559 async_sess_t *loc_service_connect(service_id_t handle, iface_t iface, 560 unsigned int flags)560 ipc_start_flag_t flags) 561 561 { 562 562 async_sess_t *sess;
Note:
See TracChangeset
for help on using the changeset viewer.