Index: uspace/lib/libc/generic/loader.c
===================================================================
--- uspace/lib/libc/generic/loader.c	(revision 63d1ebd4054ec6d26fa74d2ae3e3c362321a02ae)
+++ uspace/lib/libc/generic/loader.c	(revision 1515522110c67f91ca381c60a6723f751634a16b)
@@ -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;
