summaryrefslogtreecommitdiff
path: root/nuttx/libc/unistd/lib_execv.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/libc/unistd/lib_execv.c')
-rw-r--r--nuttx/libc/unistd/lib_execv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/libc/unistd/lib_execv.c b/nuttx/libc/unistd/lib_execv.c
index e35138be5..48b089913 100644
--- a/nuttx/libc/unistd/lib_execv.c
+++ b/nuttx/libc/unistd/lib_execv.c
@@ -119,7 +119,7 @@
int execv(FAR const char *path, FAR char *const argv[])
{
- FAR struct symtab_s *symtab;
+ FAR const struct symtab_s *symtab;
int nsymbols;
int ret;
@@ -148,4 +148,4 @@ int execv(FAR const char *path, FAR char *const argv[])
return ERROR;
}
-#endif /* CONFIG_LIBC_EXECFUNCS */ \ No newline at end of file
+#endif /* CONFIG_LIBC_EXECFUNCS */