mirror of
https://github.com/apache/nuttx.git
synced 2026-09-19 20:39:39 +08:00
Standardize naming used for public data and function groupings
This commit is contained in:
+1
-1
@@ -117,7 +117,7 @@ struct stat
|
||||
};
|
||||
|
||||
/****************************************************************************
|
||||
* Global Function Prototypes
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
#undef EXTERN
|
||||
|
||||
+1
-1
@@ -263,7 +263,7 @@ typedef CODE int (*main_t)(int argc, char *argv[]);
|
||||
#endif /* __ASSEMBLY__ */
|
||||
|
||||
/****************************************************************************
|
||||
* Global Function Prototypes
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
#endif /* __INCLUDE_SYS_TYPES_H */
|
||||
|
||||
Reference in New Issue
Block a user