about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-04-19 14:33:18 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-04-19 14:33:18 +0200
commit7a7f26c80ea058834aaeea149893164ae8ee08d3 (patch)
treebdc19f49776abed96861e92d548be70c8c475a96 /src
parent35f4944afbdcb89bf57ebbe6aef977fd8fc231db (diff)
downloadbox64-7a7f26c80ea058834aaeea149893164ae8ee08d3.tar.gz
box64-7a7f26c80ea058834aaeea149893164ae8ee08d3.zip
Added a couple of wrapped libc functions
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedlibc_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h
index 4cf76f4c..6baf41a0 100755
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -2030,7 +2030,7 @@ GO(usleep, iFu)
 //GO(ustat, 
 GO(utime, iFpp)
 //GO(utimensat, 
-//GOW(utimes, 
+GOW(utimes, iFpp)
 //GOW(utmpname, 
 //GO(utmpxname, 
 GOW(valloc, pFL)
@@ -2090,7 +2090,7 @@ GOW(waitpid, lFlpi)
 //GO(__wcpncpy_chk, 
 GOW(wcrtomb, LFpup)
 //GO(__wcrtomb_chk, 
-//GOW(wcscasecmp, 
+GOW(wcscasecmp, iFpp)
 //GO(__wcscasecmp_l, 
 //GOW(wcscasecmp_l, 
 GOW(wcscat, pFpp)