mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
12 lines
258 B
C
12 lines
258 B
C
--- src/mesa/util/libsync.h.orig 2024-01-08 20:00:59 UTC
|
|
+++ src/mesa/util/libsync.h
|
|
@@ -30,6 +30,9 @@
|
|
|
|
#include <assert.h>
|
|
#include <errno.h>
|
|
+#ifndef ETIME
|
|
+#define ETIME ETIMEDOUT
|
|
+#endif
|
|
#include <stdbool.h>
|
|
#include <stdint.h>
|
|
#include <string.h>
|