~ubuntu-branches/ubuntu/quantal/gclcvs/quantal

« back to all changes in this revision

Viewing changes to binutils/include/mpw/sys/time.h

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2004-06-24 15:13:46 UTC
  • Revision ID: james.westby@ubuntu.com-20040624151346-xh0xaaktyyp7aorc
Tags: 2.7.0-26
C_GC_OFFSET is 2 on m68k-linux

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Imitation sys/time.h. */
 
2
 
 
3
#ifndef __SYS_TIME_H__
 
4
#define __SYS_TIME_H__
 
5
 
 
6
#include <time.h>
 
7
 
 
8
struct timeval {
 
9
  long tv_sec;
 
10
  long tv_usec;
 
11
};
 
12
 
 
13
#endif /* __SYS_TIME_H__ */