mirror of
https://github.com/apache/nuttx.git
synced 2026-08-19 04:28:21 +00:00
RGMP NSH configuration fixes; Move strerror strings to FLASH
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4859 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
7bdeed5352
commit
0dc4cc9ca5
3 changed files with 4 additions and 2 deletions
|
|
@ -63,14 +63,14 @@ struct errno_strmap_s
|
|||
|
||||
/* This table maps all error numbers to descriptive strings.
|
||||
* The only assumption that the code makes with regard to this
|
||||
* this table is that it is order by error number.
|
||||
* this table is that it is ordered by error number.
|
||||
*
|
||||
* The size of this table is quite large. Its size can be
|
||||
* reduced by eliminating some of the more obscure error
|
||||
* strings.
|
||||
*/
|
||||
|
||||
struct errno_strmap_s g_errnomap[] =
|
||||
static const struct errno_strmap_s g_errnomap[] =
|
||||
{
|
||||
{ EPERM, EPERM_STR },
|
||||
{ ENOENT, ENOENT_STR },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue