apps/system/system/system.c: Add 'const' to make function prototype compatible with OpenGroup.org requirement
This commit is contained in:
parent
1f1ead3099
commit
e2ccce1f2e
|
@ -182,7 +182,7 @@ void _exit(int status); /* See unistd.h */
|
|||
*/
|
||||
|
||||
#ifndef __KERNEL__
|
||||
int system(FAR char *cmd);
|
||||
int system(FAR const char *cmd);
|
||||
#endif
|
||||
|
||||
/* String to binary conversions */
|
||||
|
|
Loading…
Reference in New Issue