lx_fs: support for unlink

This is based on the work of @ehmry and @sidhussmann.

Issue #4070
This commit is contained in:
Pirmin Duss
2021-03-23 10:44:39 +01:00
committed by Christian Helmuth
parent 27004e1fd5
commit 4053e1628b
7 changed files with 173 additions and 38 deletions

View File

@@ -51,9 +51,10 @@ install_config {
}
#
# Create test-directory structure
# Create test-directory structure and ensure it is empty
#
exec rm -rf bin/libc_vfs
exec mkdir -p bin/libc_vfs
#