From ba5b133e3348dd7c266791cbb456519a27b7c08c Mon Sep 17 00:00:00 2001 From: Tal Shnaiderman Date: Thu, 19 Nov 2020 17:43:10 +0200 Subject: [PATCH] eal/windows: remove definition of ETOOMANYREFS The definition of ETOOMANYREFS is reverted as it breaks build of external applications already defining it. Fixes: c917b54b0c74 ("eal/windows: add definition of ETOOMANYREFS") Signed-off-by: Tal Shnaiderman Reviewed-by: Nick Connolly Acked-by: Dmitry Kozlyuk --- lib/librte_eal/windows/include/rte_os.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/librte_eal/windows/include/rte_os.h b/lib/librte_eal/windows/include/rte_os.h index 8300ea483a..569ed92d51 100644 --- a/lib/librte_eal/windows/include/rte_os.h +++ b/lib/librte_eal/windows/include/rte_os.h @@ -51,8 +51,6 @@ extern "C" { /* as in */ typedef long long ssize_t; -#define ETOOMANYREFS 10059 /* WSAETOOMANYREFS */ - #ifndef RTE_TOOLCHAIN_GCC static inline int -- 2.20.1