Fix implicit function declaration on Android
authorenh <enh@google.com>
Wed, 25 Feb 2015 21:00:01 +0000 (14:00 -0700)
committerJens Axboe <axboe@fb.com>
Wed, 25 Feb 2015 21:00:01 +0000 (14:00 -0700)
commit93eeb5582d56fe5e36f455c8de26c302e317fdeb
tree2d1db40f685b913475386f834e1dd445242fe0fd
parent7c7a22c9305b9eb957e9ed5c12888a5150948c3f
Fix implicit function declaration on Android

there's no fio_set_sched_idle in os/os-android.h. copy the one from
os/os-linux.h.

current Android also has posix_madvise.

Signed-off-by: Jens Axboe <axboe@fb.com>
os/os-android.h