use the global config file

This commit is contained in:
Bill Gesner
2020-11-12 23:04:41 +00:00
parent be364e8721
commit b477e0d8e8
2 changed files with 1 additions and 4 deletions

3
lfs.h
View File

@@ -85,9 +85,6 @@ enum lfs_error {
LFS_ERR_NOMEM = -12, // No more memory available
LFS_ERR_NOATTR = -61, // No data/attr available
LFS_ERR_NAMETOOLONG = -36, // File name too long
#if LFS_THREAD_SAFE
LFS_ERR_LOCK = -23, // Failed to aquire lock
#endif
};
// File types