summaryrefslogtreecommitdiffstats
path: root/util/getauxval.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/getauxval.c')
-rw-r--r--util/getauxval.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/util/getauxval.c b/util/getauxval.c
index 25f48e5..1732ace 100644
--- a/util/getauxval.c
+++ b/util/getauxval.c
@@ -98,4 +98,12 @@ unsigned long qemu_getauxval(unsigned long type)
return 0;
}
+
+#else
+
+unsigned long qemu_getauxval(unsigned long type)
+{
+ return 0;
+}
+
#endif
OpenPOWER on IntegriCloud