mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 04:16:35 +08:00
apps/system/system/system.c: Add 'const' to make function prototype compatible with OpenGroup.org requirement
This commit is contained in:
+1
-1
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user