Przeglądaj źródła

Add EBADIMG, EIMGRET, ETIMEDOUT and EINVAL

tags/v0.9.3
Michael Brown 21 lat temu
rodzic
commit
0eb4d9973c
1 zmienionych plików z 6 dodań i 1 usunięć
  1. 6
    1
      src/include/errno.h

+ 6
- 1
src/include/errno.h Wyświetl plik

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
 /* Data structures and declarations */
128
 /* Data structures and declarations */
124
 
129
 

Ładowanie…
Anuluj
Zapisz