Added ELOOP

This commit is contained in:
Philip Homburg 2005-09-30 12:39:12 +00:00
parent 7ba508eb17
commit 440668c645

View file

@ -99,6 +99,7 @@ extern int errno; /* place where the error numbers go */
#define EADDRNOTAVAIL (_SIGN 71) /* Can't assign requested address */
#define EALREADY (_SIGN 72) /* Connection already in progress */
#define EMSGSIZE (_SIGN 73) /* Message too long */
#define ELOOP (_SIGN 74) /* Too many levels of symbolic links */
/* The following are not POSIX errors, but they can still happen.
* All of these are generated by the kernel and relate to message passing.