fix build on hurd-i386
authorSamuel Thibault <sthibault@debian.org>
Wed, 29 Jul 2020 10:52:56 +0000 (11:52 +0100)
committerAndreas Beckmann <anbe@debian.org>
Wed, 29 Jul 2020 10:52:56 +0000 (11:52 +0100)
Bug-Debian: https://bugs.debian.org/947881

Gbp-Pq: Name hurd.patch

lib/CL/pocl_timing.c

index 8862da08b6407b0126377b10b7a748c866c90545..aec88ef0b6e7fd97977e4aaad38c7723e90ce178 100644 (file)
@@ -35,7 +35,7 @@
 #  else
 #    include <sys/time.h>
 #  endif
-#  ifdef __MACH__
+#  ifdef __APPLE__
 #    include <mach/clock.h>
 #    include <mach/mach.h>
 #  endif