From: Jim Meyering Date: Fri, 7 Jan 2000 09:18:15 +0000 (+0000) Subject: tweak comment X-Git-Tag: FILEUTILS-4_0n~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=923a32a0a829f219353f053d48cb239b3323a86f;p=thirdparty%2Fcoreutils.git tweak comment --- 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;