* src/sysdep.c (sys_siglist): Fix typo in previous commit.

This commit is contained in:
Paul Eggert 2013-07-02 15:14:42 -07:00
parent a3b49114c1
commit 9bd3668269

View file

@ -1630,7 +1630,7 @@ deliver_thread_signal (int sig, signal_handler_t handler)
# undef sys_siglist
# ifdef _sys_siglist
# define sys_siglist _sys_siglist
# elif defined HAVE_DECL___SYS_SIGLIST
# elif HAVE_DECL___SYS_SIGLIST
# define sys_siglist __sys_siglist
# else
# define sys_siglist my_sys_siglist