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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libc/] [sys/] [linux/] [sys/] [time.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1010 ivang
/* libc/sys/linux/sys/time.h - Time handling */
2
 
3
/* Written 2000 by Werner Almesberger */
4
 
5
 
6
#ifndef _SYS_TIME_H
7
#define _SYS_TIME_H
8
 
9
#include <sys/types.h>
10
#include <linux/time.h>
11
 
12
/* --- redundant stuff below --- */
13
 
14
#include <_ansi.h>
15
 
16
int _EXFUN(gettimeofday, (struct timeval *__p, struct timezone *__z));
17
int _EXFUN(settimeofday, (const struct timeval *, const struct timezone *));
18
int _EXFUN(utimes, (const char *__path, struct timeval *__tvp));
19
int _EXFUN(getitimer, (int __which, struct itimerval *__value));
20
int _EXFUN(setitimer, (int __which, const struct itimerval *__value,
21
                                        struct itimerval *__ovalue));
22
#endif

powered by: WebSVN 2.1.0

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