From 348b75da7a2f93a5a7509b643788fca7340f7271 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 7 Jan 2000 09:18:15 +0000 Subject: [PATCH] tweak comment --- lib/nanosleep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0