diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-04-01 17:17:29 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-04-01 17:17:29 +0200 |
| commit | eede8e1e8db76cb3ef9d89766135e1bbdbfe2da6 (patch) | |
| tree | 33582bf4f047978a50c985dc658227c2ce38fe6c /src | |
| parent | b40c4ebcd76df43366cf769835d48194b2673281 (diff) | |
| download | box64-eede8e1e8db76cb3ef9d89766135e1bbdbfe2da6.tar.gz box64-eede8e1e8db76cb3ef9d89766135e1bbdbfe2da6.zip | |
Added wrapped fdatasync function
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedlibc_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h index 5407afa4..fe3922b2 100755 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -315,7 +315,7 @@ GOM(fcntl, iFEiiN) //Weak GOM(fcntl64, iFEiiN) //Weak //GO(fcvt, //GOW(fcvt_r, -//GO(fdatasync, +GO(fdatasync, iFi) GO(__fdelt_chk, LFL) //GO(__fdelt_warn, //GO(fdetach, |