Changeset e5855f2 in mainline for uspace/lib/libc/generic/loader.c


Ignore:
Timestamp:
2009-03-06T09:49:33Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bc0bb7c
Parents:
4f22731f
Message:

connect to the loader in a blocking way

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/generic/loader.c

    r4f22731f re5855f2  
    6363        int phone_id;
    6464
    65         phone_id = ipc_connect_me_to(PHONE_NS, SERVICE_LOAD, 0, 0);
     65        phone_id = ipc_connect_me_to_blocking(PHONE_NS, SERVICE_LOAD, 0, 0);
    6666        if (phone_id < 0)
    6767                return NULL;
Note: See TracChangeset for help on using the changeset viewer.