/* $Source$ * $State$ * $Revision$ */ #include #include #include #include sighandler_t signal(int signum, sighandler_t handler) { return SIG_DFL; }