summaryrefslogtreecommitdiff
path: root/lib/nanosleep.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-07 09:18:15 +0000
committerJim Meyering <jim@meyering.net>2000-01-07 09:18:15 +0000
commit923a32a0a829f219353f053d48cb239b3323a86f (patch)
treee0109c419b8075214a12cb4ae5d944088372306a /lib/nanosleep.h
parenta86b522044d155458216e3c7bb9cc4ffae8c8c8d (diff)
downloadcoreutils-923a32a0a829f219353f053d48cb239b3323a86f.tar.xz
tweak comment
Diffstat (limited to 'lib/nanosleep.h')
-rw-r--r--lib/nanosleep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nanosleep.h b/lib/nanosleep.h
index a1e864924..be28d7637 100644
--- a/lib/nanosleep.h
+++ b/lib/nanosleep.h
@@ -42,7 +42,7 @@
# endif
# if ! HAVE_STRUCT_TIMESPEC
-/* Some systems don't define this struct. */
+/* Some systems don't define this struct, e.g., AIX 4.1, Ultrix 4.3. */
struct timespec
{
time_t tv_sec;