Magisk/native/jni/utils
Shaka Huang 3da318b48e
Fix random return value of faccessat() in x86
faccessat() should return 0 when success, but it returns random number with errno == 0 in x86 platform.

It’s a side effect of commit bf80b08b5f when magisk binaries ‘corretly’ linked with library of API16 .. lol

Co-authored-by: John Wu <topjohnwu@gmail.com>
2021-04-04 03:04:09 -07:00
..
include Convert indentation to spaces 2020-12-30 22:11:24 -08:00
Android.mk Build libc++ ourselves 2021-03-25 01:00:10 -07:00
cpio.cpp Convert indentation to spaces 2020-12-30 22:11:24 -08:00
files.cpp Fix random return value of faccessat() in x86 2021-04-04 03:04:09 -07:00
files.hpp Update mmap implementation 2021-01-12 22:50:55 -08:00
logging.cpp Convert indentation to spaces 2020-12-30 22:11:24 -08:00
logging.hpp Convert indentation to spaces 2020-12-30 22:11:24 -08:00
misc.cpp Reorganize MagiskHide code 2021-01-10 17:11:00 -08:00
misc.hpp Fix process name in MagiskHide 2021-03-24 04:43:45 -07:00
missing.cpp Convert indentation to spaces 2020-12-30 22:11:24 -08:00
missing.hpp Convert indentation to spaces 2020-12-30 22:11:24 -08:00
new.cpp Bump to C++17 2019-01-20 00:07:58 -05:00
selinux.cpp Fix error in pure 64-bit environment 2021-02-22 03:28:54 -08:00
stream.cpp Convert indentation to spaces 2020-12-30 22:11:24 -08:00
xwrap.cpp Fix random return value of faccessat() in x86 2021-04-04 03:04:09 -07:00
xwrap.hpp Fix random return value of faccessat() in x86 2021-04-04 03:04:09 -07:00