From 4978556ca924ae600750bcc41ce8be7095026bf9 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Fri, 5 Mar 2021 20:42:34 +0100 Subject: [PATCH] Wrapped usleep function --- src/wrapped/wrappedlibc_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,