diff options
| author | rajdakin <loic_chevalier@yahoo.fr> | 2021-06-04 22:59:17 +0200 |
|---|---|---|
| committer | rajdakin <loic_chevalier@yahoo.fr> | 2021-06-04 23:01:56 +0200 |
| commit | 8d97f136772d43a27b25ccfba872c908ceafe617 (patch) | |
| tree | ecbfb72d23362c743c3aeea06d63d37c3008c339 /src/wrapped/wrappedlibc_private.h | |
| parent | 75c4c3d6b92bd82c1cd5c9a659b354127559a43c (diff) | |
| download | box64-8d97f136772d43a27b25ccfba872c908ceafe617.tar.gz box64-8d97f136772d43a27b25ccfba872c908ceafe617.zip | |
Fixed some wrapped functions, upgraded the python script
Diffstat (limited to 'src/wrapped/wrappedlibc_private.h')
| -rwxr-xr-x | src/wrapped/wrappedlibc_private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h index 89f70935..607b5a5a 100755 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -446,7 +446,7 @@ GOW(ftrylockfile, iFp) //GOW(fts64_set, GO(fts_children, pFpi) GO(fts_close, iFp) -GO(fts_open, pFEpip) +GOM(fts_open, pFEpip) GO(fts_read, pFp) GO(fts_set, iFppi) GOM(ftw, iFEppi) @@ -923,7 +923,7 @@ GOM(__isoc99_sscanf, iFEppV) //GO(__isoc99_vfscanf, //GO(__isoc99_vfwscanf, //GO(__isoc99_vscanf, -GO(__isoc99_vsscanf, iFEppp) +GOM(__isoc99_vsscanf, iFEppp) //GO(__isoc99_vswscanf, //GO(__isoc99_vwscanf, //GO(__isoc99_wscanf, |