]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/windows/include/rte_os.h
common/octeontx2: fix memory mapping API usage
[dpdk.git] / lib / librte_eal / windows / include / rte_os.h
index cb10d6494f9494f4625e8d6b1e6b6b6dde3d096d..569ed92d513a0fa38f98b4d799449e6be4eeb3f1 100644 (file)
@@ -25,6 +25,8 @@ extern "C" {
 #define PATH_MAX _MAX_PATH
 #endif
 
+#define sleep(x) Sleep(1000 * (x))
+
 #define strerror_r(a, b, c) strerror_s(b, c, a)
 
 /* strdup is deprecated in Microsoft libc and _strdup is preferred */