]> Git Repo - binutils.git/blame - include/mpw/sys/time.h
19990502 sourceware import
[binutils.git] / include / mpw / sys / time.h
CommitLineData
252b5132
RH
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__ */
This page took 0.021799 seconds and 4 git commands to generate.