]> Git Repo - u-boot.git/commit - include/os.h
sandbox: fix the return type of os_free() function
authorMasahiro Yamada <[email protected]>
Wed, 15 Jan 2014 04:06:41 +0000 (13:06 +0900)
committerTom Rini <[email protected]>
Fri, 24 Jan 2014 21:59:08 +0000 (16:59 -0500)
commit347d06dec43e2e6ca50f975d5472072a977c528f
tree11ebfdaf3d4af2f2abb6f31831060afdb11d246e
parentbf1af3d872831dd33fff223f007bbcf4e546f5b8
sandbox: fix the return type of os_free() function

The function os_free() returns nothing.
Its return type should be "void" rather than "void *".

Signed-off-by: Masahiro Yamada <[email protected]>
arch/sandbox/cpu/os.c
include/os.h
This page took 0.028948 seconds and 4 git commands to generate.