Ver código fonte

Add EBADIMG, EIMGRET, ETIMEDOUT and EINVAL

tags/v0.9.3
Michael Brown 19 anos atrás
pai
commit
0eb4d9973c
1 arquivos alterados com 6 adições e 1 exclusões
  1. 6
    1
      src/include/errno.h

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

@@ -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
 

Carregando…
Cancelar
Salvar