Index: uspace/lib/c/include/rtld/rtld.h
===================================================================
--- uspace/lib/c/include/rtld/rtld.h	(revision 90b8d58f176d051b5f45a211c684f8d1ef2e25dd)
+++ uspace/lib/c/include/rtld/rtld.h	(revision b0d309f4768e78374754c1e98aa8d1a4a1eadd6c)
@@ -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. */
