Explorar el Código

Added ENOENT and EAFNOSUPPORT

tags/v0.9.3
Michael Brown hace 18 años
padre
commit
4f3581e99c
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      src/include/errno.h

+ 2
- 0
src/include/errno.h Ver fichero

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

Loading…
Cancelar
Guardar