K 10 svn:author V 7 delphij K 8 svn:date V 27 2010-04-27T17:57:04.776296Z K 7 svn:log V 274 Use _exit(2) system call directly instead of using exit(3) in signal handler, as the latter is not guaranteed to be signal safe, and we do not really care about flushing the stream during SIGINT. Suggested by: Maxim Konovalov MFC after: 13 days END