Standardize naming used for public data and function groupings

This commit is contained in:
Gregory Nutt 2015-10-02 16:30:35 -06:00
parent ac394041bf
commit cb9e27c3b0
432 changed files with 503 additions and 503 deletions

View file

@ -117,7 +117,7 @@ struct stat
};
/****************************************************************************
* Global Function Prototypes
* Public Function Prototypes
****************************************************************************/
#undef EXTERN

View file

@ -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 */