Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!ames!nrl-cmf!cmcl2!brl-adm!adm!cm36+@andrew.cmu.edu
From: cm36+@andrew.cmu.edu (C. V. R. Murthy)
Newsgroups: comp.unix.wizards
Subject: struct timeval for Sys V Rel 3.0 ?
Message-ID: <14203@brl-adm.ARPA>
Date: 11 May 88 09:35:09 GMT
Sender: news@brl-adm.ARPA
Lines: 11

Hello,
I am trying to translate a piece of code written under 4.2 BSD to System V
environment to System Release 3.0 . The first problem I faced is the
gettimeofday () system call. Although Wollongongs WIN Rel 1.0 (that we have)
refers to gettimeofday (2), there is no such call on at least System V Rel 3.0
.

Essentialy , this requires a microsecond accurate time (namely BSD's struct
timeval). I want to know how one could get time accurate to microseconds .
Any suggestions will be apprecicated,
Thanks,
Murthy.