This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patch for manual/time.texi



I'm appointing a patch that better describes the wrap around in clock
than my last patch.

Andreas

1999-11-29  Andreas Jaeger  <aj@suse.de>

	* manual/time.texi (Basic CPU Time): Better describe wrap around.
	Patch by Andries Brouwer <Andries.Brouwer@cwi.nl>.

============================================================
Index: manual/time.texi
--- manual/time.texi	1999/11/25 07:55:05	1.79
+++ manual/time.texi	1999/11/29 12:09:28
@@ -96,8 +96,9 @@
 what the underlying representation is.
 
 Note that the clock can wrap around.  On a 32bit system with
-@code{CLOCKS_PER_SEC} set to one million a wrap around happens after
-around 36 minutes.
+@code{CLOCKS_PER_SEC} set to one million this function will return the
+same value approximately every 72 minutes.
 
 @comment time.h
 @comment ISO

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.rhein-neckar.de

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]