fix build on hurd-i386
authorSamuel Thibault <sthibault@debian.org>
Sat, 26 Dec 2020 20:26:31 +0000 (20:26 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Sat, 26 Dec 2020 20:26:31 +0000 (20:26 +0000)
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