about summary refs log tree commit diff stats
path: root/src/wrapped
diff options
context:
space:
mode:
authorTrevor Stiles <tstiles@shel.org>2022-04-28 00:26:29 -0700
committerTrevor Stiles <tstiles@shel.org>2022-04-28 00:26:29 -0700
commit42e926e27cb24d9f8dcd7d3a9370c2698332fc3a (patch)
tree7084493f88a46d82215d2cc85b2d364bffe2b3eb /src/wrapped
parent80be548b641f3f78d5de869ddc9c88a5a7217dc3 (diff)
downloadbox64-42e926e27cb24d9f8dcd7d3a9370c2698332fc3a.tar.gz
box64-42e926e27cb24d9f8dcd7d3a9370c2698332fc3a.zip
Add wrapped functions needed for 'ls -l'.
Diffstat (limited to 'src/wrapped')
-rwxr-xr-xsrc/wrapped/wrappedlibc_private.h2
-rwxr-xr-xsrc/wrapped/wrappedselinux_private.h8
2 files changed, 5 insertions, 5 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h
index c9617678..a141f246 100755
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -1151,7 +1151,7 @@ GO(memmove, pFppL)
 GO(__memmove_chk, pFppLL)
 GO(__mempcpy, pFppL)
 GO(mempcpy, pFppL)
-//GO(__mempcpy_chk, 
+GO(__mempcpy_chk, pFppLL)
 GOW(memrchr, pFpiL)
 GO(memset, pFpiL)
 GO(__memset_chk, pFpiLL)
diff --git a/src/wrapped/wrappedselinux_private.h b/src/wrapped/wrappedselinux_private.h
index 1cbb8f31..94a4f730 100755
--- a/src/wrapped/wrappedselinux_private.h
+++ b/src/wrapped/wrappedselinux_private.h
@@ -77,10 +77,10 @@
 //GO(is_context_customizable, 
 //GO(is_selinux_enabled, 
 //GO(is_selinux_mls_enabled, 
-//GO(lgetfilecon, 
-//GO(lgetfilecon_raw, 
-//GO(lsetfilecon, 
-//GO(lsetfilecon_raw, 
+GO(lgetfilecon, iFpp)
+GO(lgetfilecon_raw, iFpp)
+GO(lsetfilecon, iFpp)
+GO(lsetfilecon_raw, iFpp)
 //GO(manual_user_enter_context, 
 //GO(map_class, 
 //GO(map_decision,