Be more specific about POSIX obsolescence.

Bug: N/A
Test: N/A
Change-Id: Iacc741d18fedbca7c6e8da9d2c64f3d86f9d136b
This commit is contained in:
Elliott Hughes 2017-10-19 21:52:51 -07:00
parent 38bd71bab7
commit 90e3f44293
1 changed files with 8 additions and 8 deletions

View File

@ -190,18 +190,18 @@ in_posix_and_glibc_but_dead_or_useless = set([
'a64l', # obsolete 'a64l', # obsolete
'confstr', # obsolete 'confstr', # obsolete
'endutxent', # no utmp on Android 'endutxent', # no utmp on Android
'fattach', # obsolete 'fattach', # <stropts.h> marked obsolescent
'fdetach', # obsolete 'fdetach', # <stropts.h> marked obsolescent
'fmtmsg', # unused 'fmtmsg', # unused
'getdate', # unused 'getdate', # unused
'getdate_err', # unused 'getdate_err', # unused
'gethostid', # obsolete 'gethostid', # obsolete
'getmsg', # obsolete 'getmsg', # <stropts.h> marked obsolescent
'getpmsg', # obsolete 'getpmsg', # <stropts.h> marked obsolescent
'getutxent', # no utmp on Android 'getutxent', # no utmp on Android
'getutxid', # no utmp on Android 'getutxid', # no utmp on Android
'getutxline', # no utmp on Android 'getutxline', # no utmp on Android
'isastream', # obsolete 'isastream', # <stropts.h> marked obsolescent
'l64a', # obsolete 'l64a', # obsolete
'mq_close', # disallowed by SELinux 'mq_close', # disallowed by SELinux
'mq_getattr', # disallowed by SELinux 'mq_getattr', # disallowed by SELinux
@ -215,15 +215,15 @@ in_posix_and_glibc_but_dead_or_useless = set([
'mq_unlink', # disallowed by SELinux 'mq_unlink', # disallowed by SELinux
'pthread_getconcurrency', # marked obsolescent 'pthread_getconcurrency', # marked obsolescent
'pthread_setconcurrency', # marked obsolescent 'pthread_setconcurrency', # marked obsolescent
'putmsg', # obsolete 'putmsg', # <stropts.h> marked obsolescent
'putpmsg', # obsolete 'putpmsg', # <stropts.h> marked obsolescent
'pututxline', # no utmp on Android 'pututxline', # no utmp on Android
'shm_open', # disallowed by SELinux 'shm_open', # disallowed by SELinux
'shm_unlink', # disallowed by SELinux 'shm_unlink', # disallowed by SELinux
'setutxent', # no utmp on Android 'setutxent', # no utmp on Android
'strfmon', # icu4c 'strfmon', # icu4c
'strfmon_l', # icu4c 'strfmon_l', # icu4c
'ulimit', # obsolete 'ulimit', # <ulimit.h> marked obsolescent
]) ])
posix = posix - in_posix_and_glibc_but_dead_or_useless posix = posix - in_posix_and_glibc_but_dead_or_useless