Index: uspace/lib/c/generic/vfs/vfs.c
===================================================================
--- uspace/lib/c/generic/vfs/vfs.c	(revision 4b63316b66af00eca1217f35809e3b1a24cb8da7)
+++ uspace/lib/c/generic/vfs/vfs.c	(revision 9ed3e1a4858f67a6949ec312efaeb4acc3fde09a)
@@ -742,4 +742,9 @@
 }
 
+int remove(const char *path)
+{
+	return unlink(path);
+}
+
 int chdir(const char *path)
 {
