Changeset 007e6efa in mainline for uspace/lib/c/generic/loader.c
- Timestamp:
- 2011-01-28T15:44:39Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4db1fbf
- Parents:
- ae0300b5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/loader.c
rae0300b5 r007e6efa 36 36 #include <ipc/loader.h> 37 37 #include <ipc/services.h> 38 #include <ipc/ns.h> 38 39 #include <libc.h> 39 40 #include <task.h> … … 63 64 loader_t *loader_connect(void) 64 65 { 65 int phone_id = ipc_connect_me_to_blocking(PHONE_NS,SERVICE_LOAD, 0, 0);66 int phone_id = service_connect_blocking(SERVICE_LOAD, 0, 0); 66 67 if (phone_id < 0) 67 68 return NULL;
Note:
See TracChangeset
for help on using the changeset viewer.