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 41ff85bc9c7b95866ea76ea1a6e64fc07d7bf10e)
@@ -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. */
