platform_bionic/libc/tools
Elliott Hughes 50080a29f7 Remove the ___ hack.
Plain __ for generated syscalls didn't mean it was a hidden symbol, it
just meant "please don't use this". We added ___ to signify that a
hidden symbol should be generated, but then we added the map files
anyway so you now have to explicitly export symbols. Given that, this
convention serves no particular purpose so we may as well just use the
nicer names have everything look the same.

Test: treehugger
Change-Id: If424e17a49c36f4be545f5d283c4561a6ea9c7ea
2019-06-19 15:38:42 -07:00
..
Android.bp Generate assembler system call stubs via genrule. 2019-04-16 12:31:00 -07:00
check-symbols-glibc.py Merge "Be more specific about POSIX obsolescence." 2017-10-20 16:50:28 +00:00
check-symbols.py Use env to invoke python 2017-08-31 15:11:50 -07:00
generate-NOTICE.py Move libdl and linker to static NOTICE files. 2019-04-19 14:18:07 -07:00
genfunctosyscallnrs.py genfunctosyscallnrs: maps bionic functions to syscall numbers. 2019-01-19 09:09:30 +01:00
genseccomp.py seccomp: Generate the policy files at compile time 2018-08-06 11:10:25 -07:00
genserv.py Remove some dead script code and fix a script comment. 2013-03-25 14:09:52 -07:00
gensyscalls.py Remove the ___ hack. 2019-06-19 15:38:42 -07:00
ndk_missing_symbols.py Add a basic NDK compatibility library. 2015-01-21 18:12:15 -08:00
posix-2013.txt Add support for listing missing POSIX 2013 symbols. 2014-11-05 16:54:53 -08:00
pylintrc Add pylintrc. 2016-08-02 15:15:09 -07:00
symbols.py Add a basic NDK compatibility library. 2015-01-21 18:12:15 -08:00
test_genseccomp.py Add seccomp blacklist, and exclude swap functions 2017-04-12 19:34:33 +00:00