commit | 21d3225317837939803c536a12b3f0eb6600852f | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Mon Mar 22 07:58:19 2021 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Mar 25 07:28:37 2021 -0400 |
tree | e8cfd33b2aa1054a01c6831ddd8a94239a1c43ee | |
parent | 581214524a118aa91a78b48f344c5f22672b47f9 [diff] |
kernel: heap: rename resereved 'rewind' This symbol is reserved and usage of reserved symbols violates the coding guidelines. (MISRA 21.2) NAME fgetpos, fseek, fsetpos, ftell, rewind - reposition a stream SYNOPSIS #include <stdio.h> void rewind(FILE *stream); Signed-off-by: Anas Nashif <anas.nashif@intel.com>