]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/sysdep.c (sys_siglist): Fix typo in previous commit.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 2 Jul 2013 22:14:42 +0000 (15:14 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 2 Jul 2013 22:14:42 +0000 (15:14 -0700)
src/sysdep.c

index 212ceef64b96d3e06200828bca0e2a58370b157a..11b2dbfd61721d50de9b3546cb4170cdd284bc4e 100644 (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