diff options
Diffstat (limited to 'util/getauxval.c')
-rw-r--r-- | util/getauxval.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/util/getauxval.c b/util/getauxval.c index 25f48e5456..1732ace2b1 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 |