We are making POSIX signal support a requirement.
[mmh] / sbr / lock_file.c
index 11531df..5d0be84 100644 (file)
@@ -579,10 +579,6 @@ alrmser(int sig)
        char *lockfile;
        struct lock *lp;
 
-#ifndef RELIABLE_SIGNALS
-       SIGNAL(SIGALRM, alrmser);
-#endif
-
        /* update the ctime of all the lock files */
        for (lp = l_top; lp; lp = lp->l_next) {
                lockfile = lp->l_lock;