ソースを参照

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
 

読み込み中…
キャンセル
保存