1
0
Fork 0
zephyr/lib
Daniel Leung 4fc1444823 lib: os/heap: timeout: avoid identifier collisions
MISRA-C Rule 5.3 states that identifiers in inner scope should
not hide identifiers in outer scope.

In the function sys_heap_alloc(), the variable "chunksz"
collide with function named chunksz(). So rename those variable.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2020-07-25 21:26:15 -04:00
..
cmsis_rtos_v1 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
cmsis_rtos_v2 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
fnmatch ext: lib: Move fnmatch to lib/ 2020-03-20 22:56:19 -04:00
gui gui: Set actual display size when using static buffers 2020-07-21 15:12:05 +02:00
libc libc: newlib: libc-hooks: Fix Coverity warning 2020-07-24 21:51:14 -04:00
open-amp lib: open-amp: add helper to add resource table in project 2020-04-01 09:21:15 -05:00
os lib: os/heap: timeout: avoid identifier collisions 2020-07-25 21:26:15 -04:00
posix lib: posix: eventfd: fix read/poll after multiple writes 2020-07-20 16:21:37 +02:00
updatehub lib: updatehub: Add download block check 2020-06-23 19:22:31 +02:00
CMakeLists.txt lib: open-amp: add helper to add resource table in project 2020-04-01 09:21:15 -05:00
Kconfig lib: open-amp: add helper to add resource table in project 2020-04-01 09:21:15 -05:00