New upstream version 18.11-rc2
[deb_dpdk.git] / lib / librte_eal / common / eal_common_errno.c
index 56b492f..c63a943 100644 (file)
@@ -2,6 +2,9 @@
  * Copyright(c) 2010-2014 Intel Corporation
  */
 
+/* Use XSI-compliant portable version of strerror_r() */
+#undef _GNU_SOURCE
+
 #include <stdint.h>
 #include <stdio.h>
 #include <string.h>