Imported Upstream version 16.07.2
[deb_dpdk.git] / lib / librte_eal / common / arch / ppc_64 / rte_cpuflags.c
index a8147c8..fcf96e0 100644 (file)
@@ -116,6 +116,7 @@ rte_cpu_get_features(hwcap_registers_t out)
                else if (auxv.a_type == AT_HWCAP2)
                        out[REG_HWCAP2] = auxv.a_un.a_val;
        }
+       close(auxv_fd);
 }
 
 /*