commit | 669f7f74b869ab440c17b2ca516dc85883b3314c | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Mon Mar 22 07:53:54 2021 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Mar 25 07:28:37 2021 -0400 |
tree | 64e72035dcbdbf2578352b664945e6b1d6f461b6 | |
parent | eafc6c067f1394ce4314ff9ee2c4c335b80e386e [diff] |
kernel: rename reserved symbol 'remove' This symbol is reserved and usage of reserved symbols violates the coding guidelines. (MISRA 21.2) NAME remove - remove a file or directory SYNOPSIS #include <stdio.h> int remove(const char *pathname); Signed-off-by: Anas Nashif <anas.nashif@intel.com>