platform_system_core/liblog/include
Ian Elliott 58e06c5f94 Use void instead of no parameters in 2 function declarations.
In compiling some code with a picky "Android.mk" file, it is not happy
with a function declaration that looks like:

    void foo();

It requires:

    void foo(void);

This commit changes that for 2 functions in "log.h".

Test: Build both Android and the code with a picky "Android.mk".
Change-Id: Icd624df34db57e642fe6b1c7da77be9b05936936
2017-07-07 16:11:32 -06:00
..
android liblog: specify clang format 2017-03-09 09:36:19 -08:00
log Use void instead of no parameters in 2 function declarations. 2017-07-07 16:11:32 -06:00
private libcutils: compile with BOARD_VNDK_VERSION current 2017-04-17 14:44:17 -07:00