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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib/] [newlib/] [libc/] [include/] [sys/] [errno.h] - Diff between revs 57 and 59

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 57 Rev 59
Line 110... Line 110...
#define ELOOP 92        /* Too many symbolic links */
#define ELOOP 92        /* Too many symbolic links */
#define EOPNOTSUPP 95   /* Operation not supported on transport endpoint */
#define EOPNOTSUPP 95   /* Operation not supported on transport endpoint */
#define EPFNOSUPPORT 96 /* Protocol family not supported */
#define EPFNOSUPPORT 96 /* Protocol family not supported */
#define ECONNRESET 104  /* Connection reset by peer */
#define ECONNRESET 104  /* Connection reset by peer */
#define ENOBUFS 105     /* No buffer space available */
#define ENOBUFS 105     /* No buffer space available */
#define EAFNOSUPPORT 106
#define EAFNOSUPPORT 106 /* Address family not supported by protocol family */
#define EPROTOTYPE 107
#define EPROTOTYPE 107  /* Protocol wrong type for socket */
#define ENOTSOCK 108
#define ENOTSOCK 108    /* Socket operation on non-socket */
#define ENOPROTOOPT 109
#define ENOPROTOOPT 109 /* Protocol not available */
#define ESHUTDOWN 110
#define ESHUTDOWN 110   /* Can't send after socket shutdown */
#define ECONNREFUSED 111        /* Connection refused */
#define ECONNREFUSED 111        /* Connection refused */
#define EADDRINUSE 112          /* Address already in use */
#define EADDRINUSE 112          /* Address already in use */
#define ECONNABORTED 113        /* Connection aborted */
#define ECONNABORTED 113        /* Software caused connection abort */
#define ENETUNREACH 114
#define ENETUNREACH 114         /* Network is unreachable */
#define ENETDOWN 115
#define ENETDOWN 115            /* Network interface is not configured */
#define ETIMEDOUT 116
#define ETIMEDOUT 116           /* Connection timed out */
#define EHOSTDOWN 117
#define EHOSTDOWN 117           /* Host is down */
#define EHOSTUNREACH 118
#define EHOSTUNREACH 118        /* Host is unreachable */
#define EINPROGRESS 119
#define EINPROGRESS 119         /* Connection already in progress */
#define EALREADY 120
#define EALREADY 120            /* Socket already connected */
#define EDESTADDRREQ 121
#define EDESTADDRREQ 121        /* Destination address required */
#define EMSGSIZE 122
#define EMSGSIZE 122            /* Message too long */
#define EPROTONOSUPPORT 123
#define EPROTONOSUPPORT 123     /* Unknown protocol */
#define ESOCKTNOSUPPORT 124
#define ESOCKTNOSUPPORT 124     /* Socket type not supported */
#define EADDRNOTAVAIL 125
#define EADDRNOTAVAIL 125       /* Address not available */
#define ENETRESET 126
#define ENETRESET 126
#define EISCONN 127
#define EISCONN 127             /* Socket is already connected */
#define ENOTCONN 128
#define ENOTCONN 128            /* Socket is not connected */
#define ETOOMANYREFS 129
#define ETOOMANYREFS 129
#define EPROCLIM 130
#define EPROCLIM 130
#define EUSERS 131
#define EUSERS 131
#define EDQUOT 132
#define EDQUOT 132
#define ESTALE 133
#define ESTALE 133
#define ENOTSUP 134
#define ENOTSUP 134             /* Not supported */
#define ENOMEDIUM 135
#define ENOMEDIUM 135
 
 
/* From cygwin32.  */
/* From cygwin32.  */
#define EWOULDBLOCK EAGAIN      /* Operation would block */
#define EWOULDBLOCK EAGAIN      /* Operation would block */
 
 

powered by: WebSVN 2.1.0

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