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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [uC-libc/] [include/] [bsd/] [errno.h] - Blame information for rev 1778

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 199 simons
/* make sure EWOULDBLOCK doesn't screw us up */
2
#ifndef _BSD_ERRNO_H
3
#define _BSD_ERRNO_H
4
 
5
#include_next <errno.h>
6
#undef EWOULDBLOCK
7
#define EWOULDBLOCK     EAGAIN
8
 
9
#endif /* _BSD_ERRNO_H */

powered by: WebSVN 2.1.0

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