diff options
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) |