gotsigchild and onsigchild are unused

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This function and variable are not used anywhere:

#ifdef SYSV
STATIC int onsigchild(void);
#endif
...
...
#ifdef SYSV
STATIC int gotsigchild;

STATIC int onsigchild() {
        gotsigchild = 1;
}
#endif


Note that there is a very similarly named "gotsigchld"
(without "i" in "chld") variable.
That one *is not* unused.
--
To unsubscribe from this list: send the line "unsubscribe dash" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [LARTC]     [Bugtraq]     [Yosemite Forum]     [Photo]

  Powered by Linux