apps/system/system/system.c: Add 'const' to make function prototype compatible with OpenGroup.org requirement

This commit is contained in:
Xiang Xiao
2018-08-23 06:40:59 -06:00
committed by Gregory Nutt
parent 1f1ead3099
commit e2ccce1f2e
+1 -1
View File
@@ -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 */