diff --git a/libc/tools/check-symbols-glibc.py b/libc/tools/check-symbols-glibc.py index 27f4df121..4de018101 100755 --- a/libc/tools/check-symbols-glibc.py +++ b/libc/tools/check-symbols-glibc.py @@ -190,18 +190,18 @@ in_posix_and_glibc_but_dead_or_useless = set([ 'a64l', # obsolete 'confstr', # obsolete 'endutxent', # no utmp on Android - 'fattach', # obsolete - 'fdetach', # obsolete + 'fattach', # marked obsolescent + 'fdetach', # marked obsolescent 'fmtmsg', # unused 'getdate', # unused 'getdate_err', # unused 'gethostid', # obsolete - 'getmsg', # obsolete - 'getpmsg', # obsolete + 'getmsg', # marked obsolescent + 'getpmsg', # marked obsolescent 'getutxent', # no utmp on Android 'getutxid', # no utmp on Android 'getutxline', # no utmp on Android - 'isastream', # obsolete + 'isastream', # marked obsolescent 'l64a', # obsolete 'mq_close', # disallowed by SELinux 'mq_getattr', # disallowed by SELinux @@ -215,8 +215,8 @@ in_posix_and_glibc_but_dead_or_useless = set([ 'mq_unlink', # disallowed by SELinux 'pthread_getconcurrency', # marked obsolescent 'pthread_setconcurrency', # marked obsolescent - 'putmsg', # obsolete - 'putpmsg', # obsolete + 'putmsg', # marked obsolescent + 'putpmsg', # marked obsolescent 'pututxline', # no utmp on Android 'shm_open', # disallowed by SELinux 'shm_unlink', # disallowed by SELinux @@ -224,7 +224,7 @@ in_posix_and_glibc_but_dead_or_useless = set([ 'sockatmark', # obsolete (https://tools.ietf.org/html/rfc6093) 'strfmon', # icu4c 'strfmon_l', # icu4c - 'ulimit', # obsolete + 'ulimit', # marked obsolescent ]) posix = posix - in_posix_and_glibc_but_dead_or_useless