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