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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.17.0/] [newlib/] [libc/] [sys/] [sparc64/] [sys/] [time.h] - Rev 158

Compare with Previous | Blame | View Log

#ifndef _SYS_TIME_H
#define _SYS_TIME_H
 
#ifdef __cplusplus
extern "C" {
#endif
 
struct timeval {
  long tv_sec;
  long tv_usec;
};
 
typedef struct timestruc {
  time_t tv_sec;
  long tv_nsec;
} timestruc_t;
 
#ifdef __cplusplus
}
#endif
 
#endif /* _SYS_TIME_H */
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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