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 27644979c1153424ab3d385f930054e40aeae800)
@@ -742,4 +742,9 @@
 }
 
+int remove(const char *path)
+{
+	return unlink(path);
+}
+
 int chdir(const char *path)
 {
