diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-06-06 09:26:41 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-06-06 09:26:41 +0200 |
| commit | 60f5dfabd8e36c0d5d511af1deb3547bfb3a4901 (patch) | |
| tree | 0565aa33e72e285b460d6c0d8bf96acd740bb658 | |
| parent | dd2f209096eb4ed2ec365149cb19a0c18a9e09e2 (diff) | |
| download | box64-60f5dfabd8e36c0d5d511af1deb3547bfb3a4901.tar.gz box64-60f5dfabd8e36c0d5d511af1deb3547bfb3a4901.zip | |
Added wrapeed times function to libc
| -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 1bec4376..52599e3a 100755 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -1968,7 +1968,7 @@ GO(timegm, LFp) GO(timerfd_create, iFii) GO(timerfd_gettime, iFip) GO(timerfd_settime, iFiipp) -//GOW(times, +GOW(times, LFp) //GO(timespec_get, DATAB(__timezone, sizeof(void*)) DATAV(timezone, sizeof(void*)) //type V |