Remove checks for __sys_siglist and __sys_signame. They are internal

to libc and there are no known systems that export those symbols
that do not already export the single underbar or no-underbar versions.
This commit is contained in:
Todd C. Miller
2015-09-10 16:44:57 -06:00
parent 9ff93c307b
commit a2979ed809
5 changed files with 2 additions and 54 deletions

View File

@@ -38,8 +38,6 @@
# define sudo_sys_signame sys_signame
#elif defined(HAVE_DECL__SYS_SIGNAME) && HAVE_DECL__SYS_SIGNAME == 1
# define sudo_sys_signame _sys_signame
#elif defined(HAVE_DECL___SYS_SIGNAME) && HAVE_DECL___SYS_SIGNAME == 1
# define sudo_sys_signame __sys_signame
#elif defined(HAVE_DECL_SYS_SIGABBREV) && HAVE_DECL_SYS_SIGABBREV == 1
# define sudo_sys_signame sys_sigabbrev
#else