about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedlibc_private.h10
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)