engines/io_uring: fix compilation conflict with Android NDK
authorDevriesL <therkduan@gmail.com>
Tue, 9 Mar 2021 14:44:08 +0000 (22:44 +0800)
committerDevriesL <therkduan@gmail.com>
Tue, 9 Mar 2021 14:44:08 +0000 (22:44 +0800)
commit0442b53fce32f71550fa86aa82aebd56265a6e8e
treeb2cc622fbe4d0db301cd799c1610eb1c376d558e
parent267b164c372d57145880f365bab8d8a52bf8baa7
engines/io_uring: fix compilation conflict with Android NDK

Android NDK already uses __errno in errno.h, rename variable __errno
to fix this conflict.

Signed-off-by: DevriesL <therkduan@gmail.com>
engines/io_uring.c