changeset 2093:49e57185cd7b

tweak comment
author Jim Meyering <jim@meyering.net>
date Fri, 07 Jan 2000 09:18:15 +0000
parents 0cf0dc1ce656
children 92c4b5c4b148
files lib/nanosleep.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;