[Mesa-dev] [PATCH 2/2] c11/haiku: Define missing timespec_get on Haiku
Alexander von Gluck IV
kallisti5 at unixzen.com
Sun Nov 12 21:53:58 UTC 2017
---
include/c11/threads_posix.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/c11/threads_posix.h b/include/c11/threads_posix.h
index 7bf6a0f6ef..2d7ac1326d 100644
--- a/include/c11/threads_posix.h
+++ b/include/c11/threads_posix.h
@@ -382,7 +382,7 @@ tss_set(tss_t key, void *val)
/*-------------------- 7.25.7 Time functions --------------------*/
// 7.25.6.1
-#if 0
+#ifdef __HAIKU__
static inline int
timespec_get(struct timespec *ts, int base)
{
--
2.13.6
More information about the mesa-dev
mailing list