]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(sighandler, main):
authorJim Meyering <jim@meyering.net>
Tue, 18 Jan 2000 07:36:53 +0000 (07:36 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 18 Jan 2000 07:36:53 +0000 (07:36 +0000)
commit3e115cf2b52e424b2dfd6ff40c2d335c4249928a
tree6570d94caf2f13e61cd2dd2f6504e9ea38d8a0d8
parent41a7e7c193ddc53414683bda043082fdb327f7fd
(sighandler, main):
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).
src/sort.c