about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
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