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

Subversion Repositories or1k

[/] [or1k/] [tags/] [tn_m001/] [newlib/] [libgloss/] [libnosys/] [times.c] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 56 joel
/*
2
 * Stub version of times.
3
 */
4
 
5
#include "config.h"
6
#include <_ansi.h>
7
#include <_syslist.h>
8
#include <sys/times.h>
9
#include <errno.h>
10
#undef errno
11
extern int errno;
12
#include "warning.h"
13
 
14
clock_t
15
_DEFUN (_times, (buf),
16
        struct tms *buf)
17
{
18
  errno = ENOSYS;
19
  return -1;
20
}
21
 
22
stub_warning(_times)

powered by: WebSVN 2.1.0

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