Index: uspace/lib/c/include/rtld/rtld.h
===================================================================
--- uspace/lib/c/include/rtld/rtld.h	(revision 8a1fb098bbfa685e158cd315fe823dd431647b01)
+++ uspace/lib/c/include/rtld/rtld.h	(revision 3a5ee6cb447a92567d7999bbc4bd0ae7bf1ad572)
@@ -49,5 +49,5 @@
 
 	/** List of all loaded modules including rtld and the program */
-	link_t modules_head;
+	list_t modules;
 
 	/** Temporary hack to place each module at different address. */
