Kaynağa Gözat

Add EBADIMG, EIMGRET, ETIMEDOUT and EINVAL

tags/v0.9.3
Michael Brown 19 yıl önce
ebeveyn
işleme
0eb4d9973c
1 değiştirilmiş dosya ile 6 ekleme ve 1 silme
  1. 6
    1
      src/include/errno.h

+ 6
- 1
src/include/errno.h Dosyayı Görüntüle

@@ -118,7 +118,12 @@
118 118
  *
119 119
  */
120 120
 
121
-#define ENOMEM	PXENV_STATUS_OUT_OF_RESOURCES
121
+#define ENOERR		0x00
122
+#define ENOMEM		PXENV_STATUS_OUT_OF_RESOURCES
123
+#define	EBADIMG		0xd0
124
+#define EIMGRET		0xd1
125
+#define ETIMEDOUT	0xd2
126
+#define EINVAL		0xd3
122 127
 
123 128
 /* Data structures and declarations */
124 129
 

Loading…
İptal
Kaydet