summaryrefslogtreecommitdiff
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
commit348b75da7a2f93a5a7509b643788fca7340f7271 (patch)
tree40997606e3b7903b038aacfc9a10738c3e2b1e41
parent682d4570b676292520ba94dab161c1a50f51540e (diff)
downloadgnulib-348b75da7a2f93a5a7509b643788fca7340f7271.tar.gz
tweak comment
-rw-r--r--lib/nanosleep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nanosleep.h b/lib/nanosleep.h
index a1e864924f..be28d7637d 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;