mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 03:45:50 +08:00
nuttx: unify FAR attribute usage across the code
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
committed by
Xiang Xiao
parent
f527abc324
commit
d08fbca679
@@ -105,7 +105,7 @@ EXTERN const struct services_db_s g_services_db[];
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
bool convert_hostent(const FAR struct hostent_s *in,
|
||||
bool convert_hostent(FAR const struct hostent_s *in,
|
||||
int type, FAR struct hostent *out);
|
||||
|
||||
ssize_t parse_hostfile(FAR FILE *stream, FAR struct hostent_s *host,
|
||||
|
||||
Reference in New Issue
Block a user