diff options
Diffstat (limited to 'src/sysdep.c')
| -rw-r--r-- | src/sysdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index e223a67787d..9522aa4b04b 100644 --- a/src/sysdep.c +++ b/src/sysdep.c | |||
| @@ -1671,7 +1671,7 @@ emacs_sigaction_init (struct sigaction *action, signal_handler_t handler) | |||
| 1671 | } | 1671 | } |
| 1672 | 1672 | ||
| 1673 | #ifdef FORWARD_SIGNAL_TO_MAIN_THREAD | 1673 | #ifdef FORWARD_SIGNAL_TO_MAIN_THREAD |
| 1674 | pthread_t main_thread_id; | 1674 | static pthread_t main_thread_id; |
| 1675 | #endif | 1675 | #endif |
| 1676 | 1676 | ||
| 1677 | /* SIG has arrived at the current process. Deliver it to the main | 1677 | /* SIG has arrived at the current process. Deliver it to the main |