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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib/] [libgloss/] [libnosys/] [write.c] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 56 joel
/*
2
 * Stub version of write.
3
 */
4
 
5
#include "config.h"
6
#include <_ansi.h>
7
#include <_syslist.h>
8
#include <errno.h>
9
#undef errno
10
extern int errno;
11
#include "warning.h"
12
 
13
int
14
_DEFUN (_write, (file, ptr, len),
15
        int   file  _AND
16
        char *ptr   _AND
17
        int   len)
18
{
19
  errno = ENOSYS;
20
  return -1;
21
}
22
 
23
stub_warning(_write)
24
 

powered by: WebSVN 2.1.0

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