diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-11-23 18:18:06 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-11-23 18:18:06 +0100 |
| commit | efbf692cca607f91bba9db533916b57df2da579d (patch) | |
| tree | ada91926d81e9aab984c27ce8e0143c7fc72bca5 /src/wrapped/generated/functions_list.txt | |
| parent | f81057416b41a11aa17cbcd864ef2a1bb13e102e (diff) | |
| download | box64-efbf692cca607f91bba9db533916b57df2da579d.tar.gz box64-efbf692cca607f91bba9db533916b57df2da579d.zip | |
Fixed some wrapped aio_ functions signature of librt
Diffstat (limited to 'src/wrapped/generated/functions_list.txt')
| -rw-r--r-- | src/wrapped/generated/functions_list.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/wrapped/generated/functions_list.txt b/src/wrapped/generated/functions_list.txt index a2651dd5..8ae130f1 100644 --- a/src/wrapped/generated/functions_list.txt +++ b/src/wrapped/generated/functions_list.txt @@ -1433,6 +1433,7 @@ #() iFEiipp #() iFEiipV #() iFEiipA +#() iFEipip #() iFEippi #() iFEippL #() iFEippp @@ -1470,7 +1471,6 @@ #() iFipuip #() iFipuui #() iFipLup -#() iFippip #() iFippLi #() iFippLp #() iFipppi @@ -4600,8 +4600,17 @@ wrappedlibpthread: - pthread_create wrappedlibresolv: wrappedlibrt: +- iFp: + - aio_read + - aio_read64 + - aio_write + - aio_write64 +- iFip: + - aio_cancel - iFupp: - timer_create +- iFipip: + - lio_listio wrappedlibsm: - iFppp: - SmcRequestSaveYourselfPhase2 |