Index: uspace/lib/posix/source/stdlib.c
===================================================================
--- uspace/lib/posix/source/stdlib.c	(revision 820104d36ba9cd28a40e7a63571bf4eedbb7f2a1)
+++ uspace/lib/posix/source/stdlib.c	(revision f4582c6815b70460a43d04709b0c74fd9dcbde6b)
@@ -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) {
