We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c076d commit 93ece2eCopy full SHA for 93ece2e
lfs.h
@@ -320,10 +320,6 @@ int lfs_remove(lfs_t *lfs, const char *path);
320
// If the destination exists, it must match the source in type.
321
// If the destination is a directory, the directory must be empty.
322
//
323
-// Note: If power loss occurs, it is possible that the file or directory
324
-// will exist in both the oldpath and newpath simultaneously after the
325
-// next mount.
326
-//
327
// Returns a negative error code on failure.
328
int lfs_rename(lfs_t *lfs, const char *oldpath, const char *newpath);
329
0 commit comments