aboutsummaryrefslogtreecommitdiff
path: root/graphics/igt-gpu-tools/files/patch-tests_vc4__wait__bo.c
blob: efa95dc52b7f1afea196911dadaa332281801da9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- tests/vc4_wait_bo.c.orig	2022-08-31 20:00:01 UTC
+++ tests/vc4_wait_bo.c
@@ -34,6 +34,10 @@
 #include <sys/ioctl.h>
 #include "vc4_drm.h"
 
+#ifdef __FreeBSD__
+#define	ETIME	ETIMEDOUT
+#endif
+
 static void
 test_used_bo(int fd, uint64_t timeout)
 {