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 967447658a7c74fa9716dc3e4d51ef50eb46c052)
@@ -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. */
