source: trunk/binutils/include/mpw/sys/time.h

Last change on this file was 10, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 175 bytes
Line 
1/* Imitation sys/time.h. */
2
3#ifndef __SYS_TIME_H__
4#define __SYS_TIME_H__
5
6#include <time.h>
7
8struct timeval {
9 long tv_sec;
10 long tv_usec;
11};
12
13#endif /* __SYS_TIME_H__ */
Note: See TracBrowser for help on using the repository browser.