Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor POSIX function usage in file_cache
This commit changes the way POSIX functions are called in the file_cache module. Instead of importing the functions directly from libc, they are now referred to via the libc namespace. This improves code clarity by making it clear where these functions originate from.
- Loading branch information