summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-18 07:26:07 +0000
committerJim Meyering <jim@meyering.net>2000-01-18 07:26:07 +0000
commit1fe0bff2f4596de38dfcb8f3acc0b981d709c976 (patch)
tree8778b3918211dbcb4f88717571b77bcf2307cbcd /lib/ChangeLog
parentc829e00d7851683f2a900598d1952c0a823a15c5 (diff)
downloadcoreutils-1fe0bff2f4596de38dfcb8f3acc0b981d709c976.tar.xz
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 819f7e535..6e2d6c864 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,11 @@
+2000-01-17 Paul Eggert <eggert@twinsun.com>
+
+ * nanosleep.c (nanosleep):
+ 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).
+
2000-01-17 Jim Meyering <meyering@lucent.com>
* interlock: Remove unused file. Reported by François Pinard.