]> Zhao Yanbai Git Server - minix.git/commitdiff
Added ELOOP
authorPhilip Homburg <philip@cs.vu.nl>
Fri, 30 Sep 2005 12:39:12 +0000 (12:39 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Fri, 30 Sep 2005 12:39:12 +0000 (12:39 +0000)
include/errno.h

index 10399b5949ad82e7eb4a0240083d645c694205f4..129d103cf3dd25dde49d229de0aca1ec6a3c83f4 100755 (executable)
@@ -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.