Explorar el Código

Add ETIMEDOUT

tags/v0.9.3
Michael Brown hace 18 años
padre
commit
90d859c34b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/hci/strerror.c

+ 1
- 0
src/hci/strerror.c Ver fichero

@@ -64,4 +64,5 @@ struct errortab common_errors[] __errortab = {
64 64
 	{ EACCES, "Permission denied" },
65 65
 	{ ENOENT, "File not found" },
66 66
 	{ ENETUNREACH, "Network unreachable" },
67
+	{ ETIMEDOUT, "Connection timed out" },
67 68
 };

Loading…
Cancelar
Guardar