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 9c40f88306f107907fea59a42bd6a57fcac2b2c1)
@@ -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);
