From abe0247e04e2276087e67afc6fa9b6e0e60f2fac Mon Sep 17 00:00:00 2001 From: Forsworns <378974295@qq.com> Date: Fri, 25 Feb 2022 10:24:25 +0800 Subject: [PATCH] forget to remove comments on errorno --- .../resources/ethernet/LwIP/include/lwip/errno.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/errno.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/errno.h index 9d6be5da2..a62bfe5ee 100644 --- a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/errno.h +++ b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/errno.h @@ -83,15 +83,15 @@ extern "C" { #define EPIPE 32 /* Broken pipe */ #define EDOM 33 /* Math argument out of domain of func */ #define ERANGE 34 /* Math result not representable */ -// #define EDEADLK 35 /* Resource deadlock would occur */ -// #define ENAMETOOLONG 36 /* File name too long */ -// #define ENOLCK 37 /* No record locks available */ -// #define ENOSYS 38 /* Function not implemented */ -// #define ENOTEMPTY 39 /* Directory not empty */ -// #define ELOOP 40 /* Too many symbolic links encountered */ +#define EDEADLK 35 /* Resource deadlock would occur */ +#define ENAMETOOLONG 36 /* File name too long */ +#define ENOLCK 37 /* No record locks available */ +#define ENOSYS 38 /* Function not implemented */ +#define ENOTEMPTY 39 /* Directory not empty */ +#define ELOOP 40 /* Too many symbolic links encountered */ #define EWOULDBLOCK EAGAIN /* Operation would block */ -// #define ENOMSG 42 /* No message of desired type */ -// #define EIDRM 43 /* Identifier removed */ +#define ENOMSG 42 /* No message of desired type */ +#define EIDRM 43 /* Identifier removed */ #define ECHRNG 44 /* Channel number out of range */ #define EL2NSYNC 45 /* Level 2 not synchronized */ #define EL3HLT 46 /* Level 3 halted */