platform_bionic/libc/tools
Elliott Hughes 74d9765be9 Add __riscv_flush_icache() to <sys/cachectl.h>.
The obsolete mips header rides again!

The most interesting part of this change is that I've removed the hack
that meant that all system call wrappers starting with `__` defaulted to
being hidden symbols. That's no longer useful given our linker scripts,
and it actively got in the way here because the public libc symbol
actually starts with `__` in glibc, and it would be weird and annoying
for developers if we chose a different name.

Test: strace
Change-Id: I230479787895e8e34f566ade36346a8241eea998
2023-07-12 16:30:55 -07:00
..
Android.bp Switch to the more common idiom for scripts in genrules. 2022-06-30 23:35:11 +00:00
check-symbols-glibc.py Force everything to use python3 for consistency. 2021-04-15 13:39:08 -07:00
generate_notice.py Modify how the malloc debug tests run. 2023-06-30 15:09:44 -07:00
genfunctosyscallnrs.py riscv64 syscall stub and seccomp filter generation. 2022-10-13 23:41:53 +00:00
genseccomp.py riscv64 syscall stub and seccomp filter generation. 2022-10-13 23:41:53 +00:00
genserv.py Force everything to use python3 for consistency. 2021-04-15 13:39:08 -07:00
gensyscalls.py Add __riscv_flush_icache() to <sys/cachectl.h>. 2023-07-12 16:30:55 -07:00
mypy.ini Convert gensecomp.py to Python 3. 2021-02-03 16:15:17 -08:00
ndk_missing_symbols.py Force everything to use python3 for consistency. 2021-04-15 13:39:08 -07:00
posix-2013.txt
pylintrc Convert gensecomp.py to Python 3. 2021-02-03 16:15:17 -08:00
symbols.py Force everything to use python3 for consistency. 2021-04-15 13:39:08 -07:00
test_genseccomp.py Force everything to use python3 for consistency. 2021-04-15 13:39:08 -07:00