about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-03-13 09:29:49 +0100
committerptitSeb <sebastien.chev@gmail.com>2021-03-13 09:29:49 +0100
commit30e8fa9620a826b67bc752b3b5aea32e413bb846 (patch)
treee7725a2643ec1788afc3ea3d0b7eddd65f213943 /src
parent64826243dd6a8d2dddc71fb18919cc2b20ad0e72 (diff)
downloadbox64-30e8fa9620a826b67bc752b3b5aea32e413bb846.tar.gz
box64-30e8fa9620a826b67bc752b3b5aea32e413bb846.zip
Added a few libc wrapped functions
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 57ddeb14..9db97834 100755
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -1801,16 +1801,16 @@ GO(strnlen, LFpL)
 GO(strpbrk, pFpp)
 //GO(__strpbrk_c2, 
 //GO(__strpbrk_c3, 
-//GO(strptime, 
+GO(strptime, pFppp)
 //GOW(strptime_l, 
-//GOI(strrchr, 
-//GOW(strsep, 
+GO(strrchr, pFpi)
+GOW(strsep, pFpp)
 //GO(__strsep_1c, 
 //GO(__strsep_2c, 
 //GO(__strsep_3c, 
 //GO(__strsep_g, 
-//GO(strsignal, 
-//GOI(strspn, 
+GO(strsignal, pFi)
+GO(strspn, LFpp)
 //GO(__strspn_c1, 
 //GO(__strspn_c2, 
 //GO(__strspn_c3,