Index: uspace/lib/posix/source/stdlib.c
===================================================================
--- uspace/lib/posix/source/stdlib.c	(revision 820104d36ba9cd28a40e7a63571bf4eedbb7f2a1)
+++ uspace/lib/posix/source/stdlib.c	(revision 7254df6b9c028277faef1784d448e4999d6330ab)
@@ -278,5 +278,5 @@
 	 * to be updated when that support is implemented.
 	 */
-	char* absolute = absolutize(name, NULL);
+	char* absolute = vfs_absolutize(name, NULL);
 	
 	if (absolute == NULL) {
