Explorar el Código

Add EBADIMG, EIMGRET, ETIMEDOUT and EINVAL

tags/v0.9.3
Michael Brown hace 19 años
padre
commit
0eb4d9973c
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. 6
    1
      src/include/errno.h

+ 6
- 1
src/include/errno.h Ver fichero

@@ -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…
Cancelar
Guardar