about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-03-05 20:42:34 +0100
committerptitSeb <sebastien.chev@gmail.com>2021-03-05 20:42:34 +0100
commit4978556ca924ae600750bcc41ce8be7095026bf9 (patch)
tree8de5284cdae763c2d03102ace46953163baffdee
parentbd8506cb06fab2b0ddde3196c59ae42533289a61 (diff)
downloadbox64-4978556ca924ae600750bcc41ce8be7095026bf9.tar.gz
box64-4978556ca924ae600750bcc41ce8be7095026bf9.zip
Wrapped usleep function
-rwxr-xr-xsrc/wrapped/wrappedlibc_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h
index 72f3a4a8..b812a51d 100755
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -1981,7 +1981,7 @@ GOW(tzset, vFv)
 //GO(__uselocale, 
 //GOW(uselocale, 
 //GO(user2netname, 
-//GO(usleep, 
+GO(usleep, iFu)
 //GO(ustat, 
 //GO(utime, 
 //GO(utimensat,