diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-04-12 19:01:07 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-04-12 19:01:07 +0200 |
| commit | 6546ae8e67410470b637b4420411530e0f079160 (patch) | |
| tree | afd4a1fe53e964da5fb6a356e878053c48e78d08 /src | |
| parent | d01bdf9186f107ce73e5f9b15cab1663b00a47cb (diff) | |
| download | box64-6546ae8e67410470b637b4420411530e0f079160.tar.gz box64-6546ae8e67410470b637b4420411530e0f079160.zip | |
Added utime wrapped functions
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedlibc_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h index 3ed4d190..0add3e2b 100755 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -2028,7 +2028,7 @@ GOW(uselocale, pFp) //GO(user2netname, GO(usleep, iFu) //GO(ustat, -//GO(utime, +GO(utime, iFpp) //GO(utimensat, //GOW(utimes, //GOW(utmpname, |