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 36cb22f7989de9b9af7abf32cfcc1439f618fb10)
@@ -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. */
