瀏覽代碼

Added ENOENT and EAFNOSUPPORT

tags/v0.9.3
Michael Brown 18 年之前
父節點
當前提交
4f3581e99c
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      src/include/errno.h

+ 2
- 0
src/include/errno.h 查看文件

@@ -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…
取消
儲存