diff options
author | Jim Meyering <jim@meyering.net> | 2000-01-18 07:28:47 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-01-18 07:28:47 +0000 |
commit | 8024f33e45a2ba3b47f3a1362711a86bd19f57da (patch) | |
tree | 81e554a0962b06211ace5819f417f6cbb9695da0 /src/cksum.c | |
parent | 1fe0bff2f4596de38dfcb8f3acc0b981d709c976 (diff) | |
download | coreutils-8024f33e45a2ba3b47f3a1362711a86bd19f57da.tar.xz |
(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.
Diffstat (limited to 'src/cksum.c')
0 files changed, 0 insertions, 0 deletions