c++ compatibility: rename usages of reserved c++ keywords 'this' and 'public'

This commit is contained in:
Daniel Appiagyei
2023-09-10 21:02:05 -07:00
committed by Xiang Xiao
parent a9a8fbbc4a
commit b37e84b05f
16 changed files with 1128 additions and 1128 deletions

View File

@@ -766,7 +766,7 @@ int cmd_uname(FAR struct nsh_vtbl_s *vtbl, int argc, FAR char **argv)
}
lib_stream_putc(&stream, '\n');
nsh_write(vtbl, stream.buffer, stream.public.nput);
nsh_write(vtbl, stream.buffer, stream.common.nput);
return OK;
}
#endif