From: Jim Meyering Date: Fri, 7 Jan 2000 09:18:15 +0000 (+0000) Subject: tweak comment X-Git-Tag: cvs-readonly~7079 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=348b75da7a2f93a5a7509b643788fca7340f7271;p=gnulib.git tweak comment --- 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;