19990502 sourceware import
This commit is contained in:
13
include/mpw/sys/time.h
Normal file
13
include/mpw/sys/time.h
Normal file
@ -0,0 +1,13 @@
|
||||
/* Imitation sys/time.h. */
|
||||
|
||||
#ifndef __SYS_TIME_H__
|
||||
#define __SYS_TIME_H__
|
||||
|
||||
#include <time.h>
|
||||
|
||||
struct timeval {
|
||||
long tv_sec;
|
||||
long tv_usec;
|
||||
};
|
||||
|
||||
#endif /* __SYS_TIME_H__ */
|
Reference in New Issue
Block a user