Index: uspace/lib/libc/generic/loader.c
===================================================================
--- uspace/lib/libc/generic/loader.c	(revision 63d1ebd4054ec6d26fa74d2ae3e3c362321a02ae)
+++ uspace/lib/libc/generic/loader.c	(revision 9482bf0b153f18faf227ea7add26b4a3ef08cd90)
@@ -63,5 +63,5 @@
 	int phone_id;
 
-	phone_id = ipc_connect_me_to(PHONE_NS, SERVICE_LOAD, 0, 0);
+	phone_id = ipc_connect_me_to_blocking(PHONE_NS, SERVICE_LOAD, 0, 0);
 	if (phone_id < 0)
 		return NULL;
