mirror of
https://github.com/apache/nuttx.git
synced 2026-09-21 05:14:27 +08:00
nclude/nuttx/fs/binfs.h: Fix warning: Type defaults to 'int' in declaration of 'mountpt_operations'
This commit is contained in:
@@ -68,7 +68,7 @@ extern "C"
|
||||
* It is typically mounted under /bin.
|
||||
*/
|
||||
|
||||
EXTERN mountpt_operations;
|
||||
struct mountpt_operations;
|
||||
EXTERN const struct mountpt_operations binfs_operations;
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user