diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-06-25 11:15:42 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-06-25 11:15:42 +0200 |
| commit | 1c26df2a908863ba69f602178e8aaf6be37e8851 (patch) | |
| tree | 3f6e08fcfeb381508cd8650909219731ec4277e2 /src/wrapped/generated/wrappedlibctypes.h | |
| parent | c60e4839ebde63937d37aa751235c86a00379f7c (diff) | |
| download | box64-1c26df2a908863ba69f602178e8aaf6be37e8851.tar.gz box64-1c26df2a908863ba69f602178e8aaf6be37e8851.zip | |
Added getauxval wrapped function
Diffstat (limited to 'src/wrapped/generated/wrappedlibctypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappedlibctypes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedlibctypes.h b/src/wrapped/generated/wrappedlibctypes.h index 5473f51a..db4289cf 100644 --- a/src/wrapped/generated/wrappedlibctypes.h +++ b/src/wrapped/generated/wrappedlibctypes.h @@ -16,6 +16,7 @@ typedef void (*vFp_t)(void*); typedef int64_t (*iFp_t)(void*); typedef intptr_t (*lFv_t)(void); typedef uintptr_t (*LFv_t)(void); +typedef uintptr_t (*LFL_t)(uintptr_t); typedef void (*vFpi_t)(void*, int64_t); typedef void (*vFpu_t)(void*, uint64_t); typedef int64_t (*iFpi_t)(void*, int64_t); @@ -72,6 +73,7 @@ typedef int64_t (*iFpippppp_t)(void*, int64_t, void*, void*, void*, void*, void* GO(setjmp, iFp_t) \ GO(fork, lFv_t) \ GO(syscall, LFv_t) \ + GO(getauxval, LFL_t) \ GO(__longjmp_chk, vFpi_t) \ GO(_longjmp, vFpi_t) \ GO(longjmp, vFpi_t) \ |