about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-06-25 11:15:42 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-06-25 11:15:42 +0200
commit1c26df2a908863ba69f602178e8aaf6be37e8851 (patch)
tree3f6e08fcfeb381508cd8650909219731ec4277e2 /src/include
parentc60e4839ebde63937d37aa751235c86a00379f7c (diff)
downloadbox64-1c26df2a908863ba69f602178e8aaf6be37e8851.tar.gz
box64-1c26df2a908863ba69f602178e8aaf6be37e8851.zip
Added getauxval wrapped function
Diffstat (limited to 'src/include')
-rwxr-xr-xsrc/include/auxval.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/auxval.h b/src/include/auxval.h
index 6688d78f..d622509e 100755
--- a/src/include/auxval.h
+++ b/src/include/auxval.h
@@ -8,6 +8,6 @@ int init_auxval(int argc, const char **argv, const char **env);
 #endif
 
 unsigned long real_getauxval(unsigned long type);
-//unsigned long my_getauxval(x64emu_t* emu, unsigned long type);
+unsigned long my_getauxval(x64emu_t* emu, unsigned long type);
 
 #endif //__AUXVAL_H__
\ No newline at end of file