mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 04:52:02 +08:00
TMPFS: Add mkdir and rmdir logic
This commit is contained in:
+1
-1
Submodule arch updated: 8faab42f9a...0b7bf8249b
+308
-105
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -118,7 +118,7 @@ struct tmpfs_directory_s
|
||||
};
|
||||
|
||||
#define SIZEOF_TMPFS_DIRECTORY(n) \
|
||||
(sizeof(struct tmpfs_directory_s) + ((n) - 1)*sizeof(struct tmpfs_dirent_s))
|
||||
(sizeof(struct tmpfs_directory_s) + ((n) - 1) * sizeof(struct tmpfs_dirent_s))
|
||||
|
||||
/* The form of a regular file memory object
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user