lavapipe: fix usleep usage in lvp_device

Acked-by: Jose Fonseca <jfonsec@vmware.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7341>
This commit is contained in:
Michel Zou
2020-10-19 20:52:26 +02:00
committed by Marge Bot
parent d399c3e861
commit 72ce22f991
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -312,7 +312,7 @@ timespec_after(const struct timespec *a, const struct timespec *b)
(a->tv_sec > b->tv_sec);
}
#ifndef _WIN32
#ifndef _MSC_VER
/**
* Checks whether a timespec value is after the current time
*