Mercurial > emacs
annotate src/syssignal.h @ 111445:56b71cddc9c5
Replace still more end-of-line etc with line-end-position, etc.
* lisp/gnus/nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
(nnbabyl-check-mbox): Use point-at-bol.
* lisp/cedet/semantic/lex.el (semantic-lex-ignore-comments, semantic-flex):
* lisp/cedet/semantic/grammar.el (semantic-grammar-epilogue):
* lisp/cedet/ede/speedbar.el (ede-find-nearest-file-line):
* lisp/cedet/ede/pmake.el (ede-proj-makefile-insert-dist-rules):
* lisp/cedet/ede/autoconf-edit.el (autoconf-delete-parameter):
Use point-at-bol and point-at-eol.
* lisp/vc/emerge.el (emerge-line-number-in-buf):
* lisp/textmodes/ispell.el (ispell-region):
* lisp/textmodes/fill.el (current-fill-column):
* lisp/progmodes/xscheme.el (xscheme-send-current-line):
* lisp/progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
* lisp/progmodes/tcl.el (tcl-hairy-scan-for-comment):
* lisp/progmodes/sh-script.el (sh-handle-prev-do):
* lisp/progmodes/meta-mode.el (meta-indent-line):
* lisp/progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
(idlwave-in-quote):
* lisp/progmodes/idlw-shell.el (idlwave-shell-current-frame)
(idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
* lisp/progmodes/fortran.el (fortran-looking-at-if-then):
* lisp/progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
* lisp/progmodes/cperl-mode.el (cperl-sniff-for-indent)
(cperl-find-pods-heres):
* lisp/progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
* lisp/net/quickurl.el (quickurl-list-insert):
* lisp/net/ldap.el (ldap-search-internal):
* lisp/net/eudc.el (eudc-expand-inline):
* lisp/mail/sendmail.el (sendmail-send-it):
* lisp/mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
* lisp/emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
(viper-brac-function):
* lisp/calc/calc-yank.el (calc-do-grab-region):
* lisp/calc/calc-keypd.el (calc-keypad-press):
* lisp/term.el (term-move-columns, term-insert-spaces):
* lisp/speedbar.el (speedbar-highlight-one-tag-line):
* lisp/simple.el (current-word):
* lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
* lisp/info.el (Info-find-node-in-buffer-1, Info-follow-reference)
(Info-scroll-down):
* lisp/hippie-exp.el (he-line-beg):
* lisp/epa.el (epa--marked-keys):
* lisp/dired-aux.el (dired-kill-line, dired-do-kill-lines)
(dired-update-file-line, dired-add-entry, dired-remove-entry)
(dired-relist-entry):
* lisp/buff-menu.el (Buffer-menu-buffer):
* lisp/array.el (current-line):
* lisp/allout.el (allout-resolve-xref)
(allout-latex-verbatim-quote-curr-line):
Replace yet more uses of end-of-line etc with line-end-position.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Mon, 08 Nov 2010 21:33:07 -0800 |
parents | e04aa89bb748 |
children | 417b1e4d63cd |
rev | line source |
---|---|
563 | 1 /* syssignal.h - System-dependent definitions for signals. |
75227
e90d04cd455a
Update copyright for years from Emacs 21 to present (mainly adding
Glenn Morris <rgm@gnu.org>
parents:
68651
diff
changeset
|
2 Copyright (C) 1993, 1999, 2001, 2002, 2003, 2004, |
106815 | 3 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
563 | 4 |
5 This file is part of GNU Emacs. | |
6 | |
94994
29adfc9354e7
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94959
diff
changeset
|
7 GNU Emacs is free software: you can redistribute it and/or modify |
563 | 8 it under the terms of the GNU General Public License as published by |
94994
29adfc9354e7
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94959
diff
changeset
|
9 the Free Software Foundation, either version 3 of the License, or |
29adfc9354e7
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94959
diff
changeset
|
10 (at your option) any later version. |
563 | 11 |
12 GNU Emacs is distributed in the hope that it will be useful, | |
13 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
15 GNU General Public License for more details. | |
16 | |
17 You should have received a copy of the GNU General Public License | |
94994
29adfc9354e7
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94959
diff
changeset
|
18 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
563 | 19 |
109099 | 20 extern void init_signals (void); |
55308
c208f88ccc56
(init_signals): Move decl outside `#ifdef POSIX_SIGNALS'.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
52401
diff
changeset
|
21 |
97267
248808aeee3e
fix popup menu selection return (menu.c); add use of popup_activated under NS (nsmenu.m, xdisp.c); improve comments (lisp.h, s/darwin.h); use FORWARD_SIGNAL_TO_MAIN_THREAD (syssignal.h)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
97142
diff
changeset
|
22 #if defined (HAVE_GTK_AND_PTHREAD) || defined (HAVE_NS) |
58986
59945307b86b
* syssignal.h: Declare main_thread.
Jan Djärv <jan.h.d@swipnet.se>
parents:
55308
diff
changeset
|
23 #include <pthread.h> |
80572
32bd922619ad
(FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
79759
diff
changeset
|
24 /* If defined, asynchronous signals delivered to a non-main thread are |
32bd922619ad
(FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
79759
diff
changeset
|
25 forwarded to the main thread. */ |
32bd922619ad
(FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
79759
diff
changeset
|
26 #define FORWARD_SIGNAL_TO_MAIN_THREAD |
32bd922619ad
(FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
79759
diff
changeset
|
27 #endif |
32bd922619ad
(FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
79759
diff
changeset
|
28 |
10135 | 29 /* Don't #include <signal.h>. That header should always be #included |
3003
5a73d384f45e
* syssignal.h: Don't #include <signal.h>
Jim Blandy <jimb@redhat.com>
parents:
2961
diff
changeset
|
30 before "config.h", because some configuration files (like s/hpux.h) |
5a73d384f45e
* syssignal.h: Don't #include <signal.h>
Jim Blandy <jimb@redhat.com>
parents:
2961
diff
changeset
|
31 indicate that SIGIO doesn't work by #undef-ing SIGIO. If this file |
5a73d384f45e
* syssignal.h: Don't #include <signal.h>
Jim Blandy <jimb@redhat.com>
parents:
2961
diff
changeset
|
32 #includes <signal.h>, then that will re-#define SIGIO and confuse |
5a73d384f45e
* syssignal.h: Don't #include <signal.h>
Jim Blandy <jimb@redhat.com>
parents:
2961
diff
changeset
|
33 things. */ |
82995
039bd6989d29
Portability fixes (now it compiles & runs fine on Solaris).
Karoly Lorentey <lorentey@elte.hu>
parents:
52401
diff
changeset
|
34 /* XXX This is not correct anymore, there is a BROKEN_SIGIO macro. */ |
2913
409c1022bad5
Some changes from Michael K. Johnson for Linux.
Jim Blandy <jimb@redhat.com>
parents:
2122
diff
changeset
|
35 |
563 | 36 #define SIGMASKTYPE sigset_t |
37 | |
38 #define SIGEMPTYMASK (empty_mask) | |
39 #define SIGFULLMASK (full_mask) | |
20949
292cd2a2d600
(sigmask) [POSIX_SIGNALS]: Always define our own
Andreas Schwab <schwab@suse.de>
parents:
18668
diff
changeset
|
40 extern sigset_t empty_mask, full_mask; |
563 | 41 |
637 | 42 /* POSIX pretty much destroys any possibility of writing sigmask as a |
20949
292cd2a2d600
(sigmask) [POSIX_SIGNALS]: Always define our own
Andreas Schwab <schwab@suse.de>
parents:
18668
diff
changeset
|
43 macro in standard C. We always define our own version because the |
292cd2a2d600
(sigmask) [POSIX_SIGNALS]: Always define our own
Andreas Schwab <schwab@suse.de>
parents:
18668
diff
changeset
|
44 predefined macro in Glibc 2.1 is only provided for compatility for old |
292cd2a2d600
(sigmask) [POSIX_SIGNALS]: Always define our own
Andreas Schwab <schwab@suse.de>
parents:
18668
diff
changeset
|
45 programs that use int as signal mask type. */ |
292cd2a2d600
(sigmask) [POSIX_SIGNALS]: Always define our own
Andreas Schwab <schwab@suse.de>
parents:
18668
diff
changeset
|
46 #undef sigmask |
637 | 47 #ifdef __GNUC__ |
48 #define sigmask(SIG) \ | |
49 ({ \ | |
50 sigset_t _mask; \ | |
51 sigemptyset (&_mask); \ | |
52 sigaddset (&_mask, SIG); \ | |
53 _mask; \ | |
54 }) | |
2122
f3c105f296b2
* syssignal.h (sigunblock): Add definition which works under SYSVr4.
Jim Blandy <jimb@redhat.com>
parents:
637
diff
changeset
|
55 #else /* ! defined (__GNUC__) */ |
3485
c2dbfca5e1de
[POSIX] [!__GNUC__] (sys_sigmask): Add declaration.
Richard M. Stallman <rms@gnu.org>
parents:
3008
diff
changeset
|
56 extern sigset_t sys_sigmask (); |
637 | 57 #define sigmask(SIG) (sys_sigmask (SIG)) |
2122
f3c105f296b2
* syssignal.h (sigunblock): Add definition which works under SYSVr4.
Jim Blandy <jimb@redhat.com>
parents:
637
diff
changeset
|
58 #endif /* ! defined (__GNUC__) */ |
624 | 59 |
20949
292cd2a2d600
(sigmask) [POSIX_SIGNALS]: Always define our own
Andreas Schwab <schwab@suse.de>
parents:
18668
diff
changeset
|
60 #undef sigpause |
292cd2a2d600
(sigmask) [POSIX_SIGNALS]: Always define our own
Andreas Schwab <schwab@suse.de>
parents:
18668
diff
changeset
|
61 #define sigpause(MASK) sigsuspend (&(MASK)) |
18668
c91e58230454
[sigmask] (SIGEMPTYMASK): Define to use sigmask.
Richard M. Stallman <rms@gnu.org>
parents:
18564
diff
changeset
|
62 |
7903
40bb379c9550
(sigblock) [USG5_4]: Define if not defined.
Richard M. Stallman <rms@gnu.org>
parents:
3485
diff
changeset
|
63 #define sigblock(SIG) sys_sigblock (SIG) |
40bb379c9550
(sigblock) [USG5_4]: Define if not defined.
Richard M. Stallman <rms@gnu.org>
parents:
3485
diff
changeset
|
64 #define sigunblock(SIG) sys_sigunblock (SIG) |
14487
7b7cb366646c
[POSIX_SIGNALS] (sigsetmask): Don't define if already defined.
Richard M. Stallman <rms@gnu.org>
parents:
14261
diff
changeset
|
65 #ifndef sigsetmask |
7903
40bb379c9550
(sigblock) [USG5_4]: Define if not defined.
Richard M. Stallman <rms@gnu.org>
parents:
3485
diff
changeset
|
66 #define sigsetmask(SIG) sys_sigsetmask (SIG) |
14487
7b7cb366646c
[POSIX_SIGNALS] (sigsetmask): Don't define if already defined.
Richard M. Stallman <rms@gnu.org>
parents:
14261
diff
changeset
|
67 #endif |
13332
b5f6bf37ffc5
[POSIX_SIGNALS] (signal): Undef before defining.
Richard M. Stallman <rms@gnu.org>
parents:
12244
diff
changeset
|
68 #undef signal |
8361
2ea2644e07fb
[POSIX_SIGNALS] (signal): New definition.
Richard M. Stallman <rms@gnu.org>
parents:
7929
diff
changeset
|
69 #define signal(SIG,ACT) sys_signal(SIG,ACT) |
563 | 70 |
109638
e04aa89bb748
* src/syssignal.h (signal_handler_t): Restore accidentally removed definition.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
109636
diff
changeset
|
71 /* Whether this is what all systems want or not, this is what |
e04aa89bb748
* src/syssignal.h (signal_handler_t): Restore accidentally removed definition.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
109636
diff
changeset
|
72 appears to be assumed in the source, for example data.c:arith_error. */ |
e04aa89bb748
* src/syssignal.h (signal_handler_t): Restore accidentally removed definition.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
109636
diff
changeset
|
73 typedef RETSIGTYPE (*signal_handler_t) (int); |
e04aa89bb748
* src/syssignal.h (signal_handler_t): Restore accidentally removed definition.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
109636
diff
changeset
|
74 |
109099 | 75 signal_handler_t sys_signal (int signal_number, signal_handler_t action); |
76 sigset_t sys_sigblock (sigset_t new_mask); | |
77 sigset_t sys_sigunblock (sigset_t new_mask); | |
78 sigset_t sys_sigsetmask (sigset_t new_mask); | |
563 | 79 |
7903
40bb379c9550
(sigblock) [USG5_4]: Define if not defined.
Richard M. Stallman <rms@gnu.org>
parents:
3485
diff
changeset
|
80 #define sys_sigdel(MASK,SIG) sigdelset (&MASK,SIG) |
563 | 81 |
637 | 82 #define sigfree() sigsetmask (SIGEMPTYMASK) |
83 | |
26088
b7aa6ac26872
Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents:
21932
diff
changeset
|
84 #if defined (SIGINFO) && defined (BROKEN_SIGINFO) |
b7aa6ac26872
Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents:
21932
diff
changeset
|
85 #undef SIGINFO |
b7aa6ac26872
Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents:
21932
diff
changeset
|
86 #endif |
b7aa6ac26872
Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents:
21932
diff
changeset
|
87 #if defined (SIGIO) && defined (BROKEN_SIGIO) |
66222
c37814853783
[__Lynx__]: Undef SIGPOLL along with SIGIO.
Eli Zaretskii <eliz@gnu.org>
parents:
64770
diff
changeset
|
88 # undef SIGIO |
26088
b7aa6ac26872
Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents:
21932
diff
changeset
|
89 #endif |
b7aa6ac26872
Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents:
21932
diff
changeset
|
90 #if defined (SIGPOLL) && defined (BROKEN_SIGPOLL) |
b7aa6ac26872
Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents:
21932
diff
changeset
|
91 #undef SIGPOLL |
b7aa6ac26872
Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents:
21932
diff
changeset
|
92 #endif |
b7aa6ac26872
Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents:
21932
diff
changeset
|
93 #if defined (SIGTSTP) && defined (BROKEN_SIGTSTP) |
b7aa6ac26872
Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents:
21932
diff
changeset
|
94 #undef SIGTSTP |
b7aa6ac26872
Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents:
21932
diff
changeset
|
95 #endif |
b7aa6ac26872
Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents:
21932
diff
changeset
|
96 #if defined (SIGURG) && defined (BROKEN_SIGURG) |
b7aa6ac26872
Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents:
21932
diff
changeset
|
97 #undef SIGURG |
b7aa6ac26872
Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents:
21932
diff
changeset
|
98 #endif |
33408
f07928f0dede
Pay attention to BROKEN_SIGAIO and BROKEN_SIGPTY.
Kenichi Handa <handa@m17n.org>
parents:
29811
diff
changeset
|
99 #if defined (SIGAIO) && defined (BROKEN_SIGAIO) |
f07928f0dede
Pay attention to BROKEN_SIGAIO and BROKEN_SIGPTY.
Kenichi Handa <handa@m17n.org>
parents:
29811
diff
changeset
|
100 #undef SIGAIO |
f07928f0dede
Pay attention to BROKEN_SIGAIO and BROKEN_SIGPTY.
Kenichi Handa <handa@m17n.org>
parents:
29811
diff
changeset
|
101 #endif |
f07928f0dede
Pay attention to BROKEN_SIGAIO and BROKEN_SIGPTY.
Kenichi Handa <handa@m17n.org>
parents:
29811
diff
changeset
|
102 #if defined (SIGPTY) && defined (BROKEN_SIGPTY) |
f07928f0dede
Pay attention to BROKEN_SIGAIO and BROKEN_SIGPTY.
Kenichi Handa <handa@m17n.org>
parents:
29811
diff
changeset
|
103 #undef SIGPTY |
f07928f0dede
Pay attention to BROKEN_SIGAIO and BROKEN_SIGPTY.
Kenichi Handa <handa@m17n.org>
parents:
29811
diff
changeset
|
104 #endif |
f07928f0dede
Pay attention to BROKEN_SIGAIO and BROKEN_SIGPTY.
Kenichi Handa <handa@m17n.org>
parents:
29811
diff
changeset
|
105 |
26088
b7aa6ac26872
Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents:
21932
diff
changeset
|
106 |
b7aa6ac26872
Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents:
21932
diff
changeset
|
107 #if NSIG < NSIG_MINIMUM |
b7aa6ac26872
Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents:
21932
diff
changeset
|
108 # ifdef NSIG |
b7aa6ac26872
Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents:
21932
diff
changeset
|
109 # undef NSIG |
b7aa6ac26872
Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents:
21932
diff
changeset
|
110 # endif |
b7aa6ac26872
Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents:
21932
diff
changeset
|
111 # define NSIG NSIG_MINIMUM |
b7aa6ac26872
Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents:
21932
diff
changeset
|
112 #endif |
b7aa6ac26872
Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents:
21932
diff
changeset
|
113 |
563 | 114 /* On bsd, [man says] kill does not accept a negative number to kill a pgrp. |
115 Must do that using the killpg call. */ | |
16220
02044b05d8e0
Replaced symbol BSD with BSD_SYSTEM.
Karl Heuer <kwzh@gnu.org>
parents:
16054
diff
changeset
|
116 #ifdef BSD_SYSTEM |
563 | 117 #define EMACS_KILLPG(gid, signo) (killpg ( (gid), (signo))) |
118 #else | |
9796
de7579c71881
[WINDOWSNT] (EMACS_KILLPG): Use win32_kill_process.
Richard M. Stallman <rms@gnu.org>
parents:
8361
diff
changeset
|
119 #ifdef WINDOWSNT |
15093
a18e7d41286a
(EMACS_KILLPG) [WINDOWSNT]: Invoke kill instead of win32_kill_process.
Richard M. Stallman <rms@gnu.org>
parents:
14487
diff
changeset
|
120 #define EMACS_KILLPG(gid, signo) (kill (gid, signo)) |
9796
de7579c71881
[WINDOWSNT] (EMACS_KILLPG): Use win32_kill_process.
Richard M. Stallman <rms@gnu.org>
parents:
8361
diff
changeset
|
121 #else |
563 | 122 #define EMACS_KILLPG(gid, signo) (kill (-(gid), (signo))) |
123 #endif | |
9796
de7579c71881
[WINDOWSNT] (EMACS_KILLPG): Use win32_kill_process.
Richard M. Stallman <rms@gnu.org>
parents:
8361
diff
changeset
|
124 #endif |
563 | 125 |
126 /* Define SIGCHLD as an alias for SIGCLD. There are many conditionals | |
127 testing SIGCHLD. */ | |
128 #ifdef SIGCLD | |
129 #ifndef SIGCHLD | |
130 #define SIGCHLD SIGCLD | |
2122
f3c105f296b2
* syssignal.h (sigunblock): Add definition which works under SYSVr4.
Jim Blandy <jimb@redhat.com>
parents:
637
diff
changeset
|
131 #endif /* SIGCHLD */ |
f3c105f296b2
* syssignal.h (sigunblock): Add definition which works under SYSVr4.
Jim Blandy <jimb@redhat.com>
parents:
637
diff
changeset
|
132 #endif /* ! defined (SIGCLD) */ |
26088
b7aa6ac26872
Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents:
21932
diff
changeset
|
133 |
b7aa6ac26872
Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents:
21932
diff
changeset
|
134 #ifndef HAVE_STRSIGNAL |
b7aa6ac26872
Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents:
21932
diff
changeset
|
135 /* strsignal is in sysdep.c */ |
109516
68ca98ae70fb
Make building under stricter warning flags somewhat cleaner.
Juanma Barranquero <lekktu@gmail.com>
parents:
109108
diff
changeset
|
136 char *strsignal (int); |
26088
b7aa6ac26872
Add support for large files, 64-bit Solaris, system locale codings.
Paul Eggert <eggert@twinsun.com>
parents:
21932
diff
changeset
|
137 #endif |
52401 | 138 |
80572
32bd922619ad
(FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
79759
diff
changeset
|
139 #ifdef FORWARD_SIGNAL_TO_MAIN_THREAD |
109636 | 140 extern pthread_t main_thread; |
58986
59945307b86b
* syssignal.h: Declare main_thread.
Jan Djärv <jan.h.d@swipnet.se>
parents:
55308
diff
changeset
|
141 #define SIGNAL_THREAD_CHECK(signo) \ |
59945307b86b
* syssignal.h: Declare main_thread.
Jan Djärv <jan.h.d@swipnet.se>
parents:
55308
diff
changeset
|
142 do { \ |
75408
5b7720054d45
(SIGNAL_THREAD_CHECK): Use pthread_equal.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
75227
diff
changeset
|
143 if (!pthread_equal (pthread_self (), main_thread)) \ |
58986
59945307b86b
* syssignal.h: Declare main_thread.
Jan Djärv <jan.h.d@swipnet.se>
parents:
55308
diff
changeset
|
144 { \ |
59945307b86b
* syssignal.h: Declare main_thread.
Jan Djärv <jan.h.d@swipnet.se>
parents:
55308
diff
changeset
|
145 /* POSIX says any thread can receive the signal. On GNU/Linux \ |
59945307b86b
* syssignal.h: Declare main_thread.
Jan Djärv <jan.h.d@swipnet.se>
parents:
55308
diff
changeset
|
146 that is not true, but for other systems (FreeBSD at least) \ |
59945307b86b
* syssignal.h: Declare main_thread.
Jan Djärv <jan.h.d@swipnet.se>
parents:
55308
diff
changeset
|
147 it is. So direct the signal to the correct thread and block \ |
59945307b86b
* syssignal.h: Declare main_thread.
Jan Djärv <jan.h.d@swipnet.se>
parents:
55308
diff
changeset
|
148 it from this thread. */ \ |
59945307b86b
* syssignal.h: Declare main_thread.
Jan Djärv <jan.h.d@swipnet.se>
parents:
55308
diff
changeset
|
149 sigset_t new_mask; \ |
59945307b86b
* syssignal.h: Declare main_thread.
Jan Djärv <jan.h.d@swipnet.se>
parents:
55308
diff
changeset
|
150 \ |
59945307b86b
* syssignal.h: Declare main_thread.
Jan Djärv <jan.h.d@swipnet.se>
parents:
55308
diff
changeset
|
151 sigemptyset (&new_mask); \ |
59945307b86b
* syssignal.h: Declare main_thread.
Jan Djärv <jan.h.d@swipnet.se>
parents:
55308
diff
changeset
|
152 sigaddset (&new_mask, signo); \ |
59945307b86b
* syssignal.h: Declare main_thread.
Jan Djärv <jan.h.d@swipnet.se>
parents:
55308
diff
changeset
|
153 pthread_sigmask (SIG_BLOCK, &new_mask, 0); \ |
59945307b86b
* syssignal.h: Declare main_thread.
Jan Djärv <jan.h.d@swipnet.se>
parents:
55308
diff
changeset
|
154 pthread_kill (main_thread, signo); \ |
59945307b86b
* syssignal.h: Declare main_thread.
Jan Djärv <jan.h.d@swipnet.se>
parents:
55308
diff
changeset
|
155 return; \ |
59945307b86b
* syssignal.h: Declare main_thread.
Jan Djärv <jan.h.d@swipnet.se>
parents:
55308
diff
changeset
|
156 } \ |
59945307b86b
* syssignal.h: Declare main_thread.
Jan Djärv <jan.h.d@swipnet.se>
parents:
55308
diff
changeset
|
157 } while (0) |
59945307b86b
* syssignal.h: Declare main_thread.
Jan Djärv <jan.h.d@swipnet.se>
parents:
55308
diff
changeset
|
158 |
80572
32bd922619ad
(FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
79759
diff
changeset
|
159 #else /* not FORWARD_SIGNAL_TO_MAIN_THREAD */ |
58986
59945307b86b
* syssignal.h: Declare main_thread.
Jan Djärv <jan.h.d@swipnet.se>
parents:
55308
diff
changeset
|
160 #define SIGNAL_THREAD_CHECK(signo) |
80572
32bd922619ad
(FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
79759
diff
changeset
|
161 #endif /* not FORWARD_SIGNAL_TO_MAIN_THREAD */ |
52401 | 162 /* arch-tag: 4580e86a-340d-4574-9e11-a742b6e1a152 |
163 (do not change this comment) */ |