Browse Source

Added ENOENT and EAFNOSUPPORT

tags/v0.9.3
Michael Brown 18 years ago
parent
commit
4f3581e99c
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/include/errno.h

+ 2
- 0
src/include/errno.h View File

@@ -122,6 +122,8 @@
122 122
 #define EIMGRET		0xd1
123 123
 #define ETIMEDOUT	0xd2
124 124
 #define EINVAL		0xd3
125
+#define ENOENT		0xd4
126
+#define EAFNOSUPPORT	0xd5
125 127
 
126 128
 /* Data structures and declarations */
127 129
 

Loading…
Cancel
Save