|
E-MailRelay
|
#include "gdef.h"#include "gcleanup.h"#include "gprocess.h"#include "groot.h"#include "glog.h"#include "gassert.h"#include <limits>#include <new>#include <cstring>#include <csignal>#include <array>
Include dependency graph for gcleanup_unix.cpp:Go to the source code of this file.
Namespaces | |
| namespace | G |
| Low-level classes. | |
Typedefs | |
| using | Handler = void(*)(int) |
Functions | |
| void | gcleanup_handler (int signum) |
| using Handler = void (*)(int) |
Definition at line 36 of file gcleanup_unix.cpp.
| void gcleanup_handler | ( | int | signum | ) |
Definition at line 307 of file gcleanup_unix.cpp.