From e860a38a88c7ea148ee15976136a1f83ea13f8e0 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 23 Oct 2021 23:29:40 -0500 Subject: auxv: new module Adds `__getauxval` wrapper, needed for Parallels Tools GUI installer. --- libgcompat/auxv.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 libgcompat/auxv.c (limited to 'libgcompat/auxv.c') diff --git a/libgcompat/auxv.c b/libgcompat/auxv.c new file mode 100644 index 0000000..01de376 --- /dev/null +++ b/libgcompat/auxv.c @@ -0,0 +1,6 @@ +#include /* getauxval */ + +unsigned long __getauxval(unsigned long value) +{ + return getauxval(value); +} -- cgit v1.2.3-70-g09d2