OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.0/] [include/] [mpw/] [sys/] [time.h] - Diff between revs 106 and 107

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 106 Rev 107
/* Imitation sys/time.h. */
/* Imitation sys/time.h. */
 
 
#ifndef __SYS_TIME_H__
#ifndef __SYS_TIME_H__
#define __SYS_TIME_H__
#define __SYS_TIME_H__
 
 
#include <time.h>
#include <time.h>
 
 
struct timeval {
struct timeval {
  long tv_sec;
  long tv_sec;
  long tv_usec;
  long tv_usec;
};
};
 
 
#endif /* __SYS_TIME_H__ */
#endif /* __SYS_TIME_H__ */
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.