about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-03-28 19:21:34 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-03-28 19:21:34 +0200
commit4b6ade050f1c69029c764695bf3f6afafdea3a15 (patch)
tree43a9db4d5c999b0f8c8787dcdb51e7b7f7b285c5 /src
parent02cfa0be7f79ab0de5ecafce9cea984e881edd06 (diff)
downloadbox64-4b6ade050f1c69029c764695bf3f6afafdea3a15.tar.gz
box64-4b6ade050f1c69029c764695bf3f6afafdea3a15.zip
Added wrapped asctime and friends
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedlibc_private.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h
index c4716f7e..367395ac 100755
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -51,8 +51,8 @@ GOW(alphasort64, iFpp)
 //GOW(argz_replace, 
 //GO(__argz_stringify, 
 //GOW(argz_stringify, 
-//GO(asctime, 
-//GOW(asctime_r, 
+GO(asctime, pFp)
+GOW(asctime_r, pFpp)
 //GO(__asprintf, 
 //GOW(asprintf, 
 //GO(__asprintf_chk, 
@@ -166,8 +166,8 @@ GOW(connect, iFipu)
 //GOW(creat64, 
 //GO(create_module, 
 //GO(ctermid, 
-//GO(ctime, 
-//GO(ctime_r, 
+GO(ctime, pFp)
+GO(ctime_r, pFpp)
 //DATA(__ctype32_b, 
 //DATA(__ctype32_tolower, 
 //DATA(__ctype32_toupper,