X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fsignals.c;h=1f1b0be0434f3b7dfdaab2233f88549fd3c930b6;hp=00f516cd59e7f570d68742270fceecf3fb626d32;hb=ced6090a330d3d83d0bce709f756aa3d7d65fea4;hpb=337338b404931f06f0db2119c9e145e8ca5a9860 diff --git a/sbr/signals.c b/sbr/signals.c index 00f516c..1f1b0be 100644 --- a/sbr/signals.c +++ b/sbr/signals.c @@ -1,10 +1,10 @@ /* - * signals.c -- general signals interface for nmh - * - * This code is Copyright (c) 2002, by the authors of nmh. See the - * COPYRIGHT file in the root directory of the nmh distribution for - * complete copyright information. - */ +** signals.c -- general signals interface for nmh +** +** This code is Copyright (c) 2002, by the authors of nmh. See the +** COPYRIGHT file in the root directory of the nmh distribution for +** complete copyright information. +*/ #include #include @@ -40,11 +40,11 @@ SIGPROCMASK (int how, const sigset_t *set, sigset_t *oset) /* - * A version of the function `signal' that uses reliable - * signals, if the machine supports them. Also, (assuming - * OS support), it restarts interrupted system calls for all - * signals except SIGALRM. - */ +** A version of the function `signal' that uses reliable +** signals, if the machine supports them. Also, (assuming +** OS support), it restarts interrupted system calls for all +** signals except SIGALRM. +*/ SIGNAL_HANDLER SIGNAL (int sig, SIGNAL_HANDLER func) @@ -75,11 +75,11 @@ SIGNAL (int sig, SIGNAL_HANDLER func) /* - * A version of the function `signal' that will set - * the handler of `sig' to `func' if the signal is - * not currently set to SIG_IGN. Also uses reliable - * signals if available. - */ +** A version of the function `signal' that will set +** the handler of `sig' to `func' if the signal is +** not currently set to SIG_IGN. Also uses reliable +** signals if available. +*/ SIGNAL_HANDLER SIGNAL2 (int sig, SIGNAL_HANDLER func) {