Index: uspace/lib/libc/include/vfs/vfs.h
===================================================================
--- uspace/lib/libc/include/vfs/vfs.h	(revision a68f7375e3e4f83a6876853e429edc329d00e4e4)
+++ uspace/lib/libc/include/vfs/vfs.h	(revision 5d96851b8924322db82eed0dc7032e7f6817c983)
@@ -56,6 +56,6 @@
     unsigned int);
 
-extern void stdio_init(int filc, fdi_node_t *filv[]);
-extern void stdio_done(void);
+extern void __stdio_init(int filc, fdi_node_t *filv[]);
+extern void __stdio_done(void);
 
 extern int open_node(fdi_node_t *, int);
