diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-03-12 22:33:55 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-03-12 22:33:55 +0100 |
| commit | 56daf71a8607190b643dff4153d43ba5e53ed01a (patch) | |
| tree | 477b37b82a4aefb8b42228bfcf804bbe32677f5f /src | |
| parent | 4ac26b61b3116e7a026766673006124aef66fb0b (diff) | |
| download | box64-56daf71a8607190b643dff4153d43ba5e53ed01a.tar.gz box64-56daf71a8607190b643dff4153d43ba5e53ed01a.zip | |
Added nanosleep wrapped function
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedlibc_private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h index be3b47e8..f18ba917 100755 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -1191,8 +1191,8 @@ GO(mkfifoat, iFipu) //GOW(munmap, //GO(muntrace, GO(name_to_handle_at, iFipppi) -//GO(__nanosleep, -//GOW(nanosleep, +GO(__nanosleep, iFpp) +GOW(nanosleep, iFpp) //GO(__nanosleep_nocancel, //GO(__netlink_assert_response, //GO(netname2host, |