]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - util/getauxval.c
iotests: Fix cleanup path in some tests
[thirdparty/qemu.git] / util / getauxval.c
index 25f48e5456baa159359d9eed50061cb8ba34629b..36afdfb9e62e3b2737d8dea03b81787b91d193a2 100644 (file)
@@ -22,7 +22,6 @@
  * THE SOFTWARE.
  */
 
-#include "qemu-common.h"
 #include "qemu/osdep.h"
 
 #ifdef CONFIG_GETAUXVAL
@@ -98,4 +97,12 @@ unsigned long qemu_getauxval(unsigned long type)
 
     return 0;
 }
+
+#else
+
+unsigned long qemu_getauxval(unsigned long type)
+{
+    return 0;
+}
+
 #endif