Date: Thu, 12 Jun 1997 18:18:45 +0300 (IDT) From: Eli Zaretskii To: Nate Eldredge cc: bshadwick AT juno DOT com, djgpp AT delorie DOT com Subject: Re: rawclock() and other time.h functions In-Reply-To: <199706112139.OAA25257@adit.ap.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 11 Jun 1997, Nate Eldredge wrote: > This works for me. It's theoretically possible that something depends on the > broken version, and this would break that. But I seriously doubt it. > > Perhaps a fix like this should be made to the next DJGPP release. The bug is in the docs, not in the code. The next release will fix the docs. `rawclock' is not meant to be used as a randomizer, use `time' for that.