diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2021-10-23 23:29:40 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2021-10-23 23:29:40 -0500 |
commit | e860a38a88c7ea148ee15976136a1f83ea13f8e0 (patch) | |
tree | 24f6fc56f9772ed5307abe03059dd5afc31d1415 /Makefile | |
parent | 5bd1f89a69d906844aa6b28e672a5c5a44e88480 (diff) | |
download | gcompat-e860a38a88c7ea148ee15976136a1f83ea13f8e0.tar.gz gcompat-e860a38a88c7ea148ee15976136a1f83ea13f8e0.tar.bz2 gcompat-e860a38a88c7ea148ee15976136a1f83ea13f8e0.tar.xz gcompat-e860a38a88c7ea148ee15976136a1f83ea13f8e0.zip |
auxv: new moduleadd-__getauxval
Adds `__getauxval` wrapper, needed for Parallels Tools GUI installer.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ LIBGCOMPAT_INCLUDE = \ libgcompat/alias.h \ libgcompat/internal.h LIBGCOMPAT_SRC = \ + libgcompat/auxv.c \ libgcompat/ctype.c \ libgcompat/cxx_thread.c \ libgcompat/dlfcn.c \ |