FS: Fix backward conditional logic that prevent unlink() from building in some configurations.
This commit is contained in:
parent
93814ccd41
commit
1fcf353e89
@ -59,7 +59,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#undef FS_HAVE_PSEUDOFS_OPERATIONS
|
#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
|
# define FS_HAVE_PSEUDOFS_OPERATIONS 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user