diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-06-05 15:03:37 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-06-05 15:03:37 +0200 |
| commit | 3bdcae10c8e0ed7b958137124585b0ff594a21fc (patch) | |
| tree | 03073bc8d2d4c27d446c16924122e1982573fd55 /src/wrapped/generated | |
| parent | 681df1604dd27688fdcc07c7fd1640b3f1bd8a54 (diff) | |
| download | box64-3bdcae10c8e0ed7b958137124585b0ff594a21fc.tar.gz box64-3bdcae10c8e0ed7b958137124585b0ff594a21fc.zip | |
Added a few more wrapped function and improved getopt handling
Diffstat (limited to 'src/wrapped/generated')
| -rw-r--r-- | src/wrapped/generated/functions_list.txt | 2 | ||||
| -rw-r--r-- | src/wrapped/generated/wrappedlibctypes.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/wrapped/generated/functions_list.txt b/src/wrapped/generated/functions_list.txt index a86bb76c..5caac75b 100644 --- a/src/wrapped/generated/functions_list.txt +++ b/src/wrapped/generated/functions_list.txt @@ -1473,8 +1473,10 @@ wrappedlibc: - vfprintf - vsscanf - iFppV: + - __asprintf - __isoc99_fscanf - __isoc99_sscanf + - asprintf - fprintf - fscanf - fwprintf diff --git a/src/wrapped/generated/wrappedlibctypes.h b/src/wrapped/generated/wrappedlibctypes.h index e5bc173e..f5a6b7d6 100644 --- a/src/wrapped/generated/wrappedlibctypes.h +++ b/src/wrapped/generated/wrappedlibctypes.h @@ -124,8 +124,10 @@ typedef int64_t (*iFpippppp_t)(void*, int64_t, void*, void*, void*, void*, void* GO(vasprintf, iFppp_t) \ GO(vfprintf, iFppp_t) \ GO(vsscanf, iFppp_t) \ + GO(__asprintf, iFppV_t) \ GO(__isoc99_fscanf, iFppV_t) \ GO(__isoc99_sscanf, iFppV_t) \ + GO(asprintf, iFppV_t) \ GO(fprintf, iFppV_t) \ GO(fscanf, iFppV_t) \ GO(fwprintf, iFppV_t) \ |