diff options
author | Justin DeMartino <jjdemartino@google.com> | 2020-09-21 13:23:58 -0700 |
---|---|---|
committer | Justin DeMartino <jjdemartino@google.com> | 2020-09-21 13:23:58 -0700 |
commit | 7e4fe6a28b718ab97c08811566238af2893ca65b (patch) | |
tree | 5413a5ec890b5a1ac4fbbe4548b5014e41a2591b /libc/tools/check-symbols-glibc.py | |
parent | dcdcb3fa15004669823a3a118189d9d72ff30852 (diff) | |
parent | ab08b955a34423d53b28a6210e7530e67241af4a (diff) |
Merge SP1A.200921.001
Change-Id: Id2ab019914bb555dadf52c46b8403c0d5fb3c20a
Diffstat (limited to 'libc/tools/check-symbols-glibc.py')
-rwxr-xr-x | libc/tools/check-symbols-glibc.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/tools/check-symbols-glibc.py b/libc/tools/check-symbols-glibc.py index 4de018101..d8d198262 100755 --- a/libc/tools/check-symbols-glibc.py +++ b/libc/tools/check-symbols-glibc.py @@ -182,9 +182,9 @@ known = set([ '_ctype_', '__libc_init', ]) -# POSIX has some stuff that's too stupid for words (a64l) or not actually -# implemented in glibc unless you count always failing with ENOSYS as -# being implemented (fattach). Other stuff (fmtmsg) isn't used in any +# POSIX has some stuff that's unusable in the modern world (a64l) or not +# actually implemented in glibc unless you count always failing with ENOSYS +# as being implemented (fattach). Other stuff (fmtmsg) isn't used in any # codebase I have access to, internal or external. in_posix_and_glibc_but_dead_or_useless = set([ 'a64l', # obsolete |