mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 05:16:47 +08:00
FS: Fix backward conditional logic that prevent unlink() from building in some configurations.
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@
|
||||
#endif
|
||||
|
||||
#undef FS_HAVE_PSEUDOFS_OPERATIONS
|
||||
#if !defined(CONFIG_DISABLE_PSEUDOFS_OPERATIONS) && CONFIG_NFILE_STREAMS > 0
|
||||
#if defined(CONFIG_DISABLE_PSEUDOFS_OPERATIONS) && CONFIG_NFILE_STREAMS > 0
|
||||
# define FS_HAVE_PSEUDOFS_OPERATIONS 1
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user