diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-26 19:12:30 -0200 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-26 19:12:30 -0200 |
commit | 396f6dbb94447d2314a064f3384bae4c9f3dca01 (patch) | |
tree | 82d41b5a264985a297e6d90bb4b2fdd8d2df43ec /signals.c | |
parent | e06eddafd5f72f6f0782e37e9617c2e874021038 (diff) |
Correct make distcheck and gcc/sparse warnings.
Diffstat (limited to 'signals.c')
-rw-r--r-- | signals.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -102,9 +102,6 @@ in this Software without prior written authorization from The Open Group. int checkpoint_from_signal = 0; -extern XtSignalId sig_term_id, sig_usr1_id; -extern Bool wantShutdown; - static SIGVAL Signal(int sig, SIGVAL (*handler)(int)) |