]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(interrupt_handler):
authorJim Meyering <jim@meyering.net>
Tue, 18 Jan 2000 07:28:47 +0000 (07:28 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 18 Jan 2000 07:28:47 +0000 (07:28 +0000)
commit8024f33e45a2ba3b47f3a1362711a86bd19f57da
tree81e554a0962b06211ace5819f417f6cbb9695da0
parent1fe0bff2f4596de38dfcb8f3acc0b981d709c976
(interrupt_handler):
Don't use SA_INTERRUPT to decide whether to call sigaction, as
POSIX.1 doesn't require SA_INTERRUPT and some systems
(e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
it's been part of POSIX.1 since day 1 (in 1988).
(install_handler): Use SA_NOCLDSTOP, not _POSIX_VERSION,
to decide whether to call sigaction; this fixes an old typo.
src/dd.c