diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-03-09 21:55:07 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-03-09 21:55:07 +0100 |
| commit | 64b71981442fba6fe19ec230d9dae87294e42377 (patch) | |
| tree | 8caded361eabc9c44ea1a13efc8eaf5c9cc4489f /src | |
| parent | f3743b659931185fc3d12e48d7717745ee413bd9 (diff) | |
| download | box64-64b71981442fba6fe19ec230d9dae87294e42377.tar.gz box64-64b71981442fba6fe19ec230d9dae87294e42377.zip | |
Added uname, ungetc, ungetwc, unlink and __underflow wrapped functions
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedlibc_private.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h index c04147ae..07b617c6 100755 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -2006,11 +2006,11 @@ GOW(tzset, vFv) //GOW(umask, //GOW(umount, //GOW(umount2, -//GOW(uname, -//GO(__underflow, -//GOW(ungetc, -//GO(ungetwc, -//GOW(unlink, +GOM(uname, iFp) //Weak +GO(__underflow, iFp) +GOW(ungetc, iFip) +GO(ungetwc, iFip) +GOW(unlink, iFp) //GO(unlinkat, //GO(unlockpt, GOW(unsetenv, iFp) |