errno EFTYPE

This commit is contained in:
Ben Gras
2010-07-13 20:05:47 +00:00
parent 9bb7552df5
commit f6e558f5d4
3 changed files with 3 additions and 1 deletions

View File

@@ -77,6 +77,7 @@ extern int errno; /* place where the error numbers go */
#define ERESTART (_SIGN 41) /* service restarted */
#define EIDRM (_SIGN 43) /* Identifier removed */
#define EILSEQ (_SIGN 44) /* illegal byte sequence */
#define EFTYPE (_SIGN 45) /* wrong file format or type */
/* The following errors relate to networking. */
#define EPACKSIZE (_SIGN 50) /* invalid packet size for some protocol */