uitl: Add R1_UNORM to the list of noaccess (no pack/unpack) formats.
[mesa.git] / src / util / u_thread.h
index 1f2a104c3fd65e9747715294690aee6ec950df8b..b91d05e4cfd2aefa28cdb8e8aef9d25cdebbaec4 100644 (file)
 #endif
 
 #ifdef __FreeBSD__
+/* pthread_np.h -> sys/param.h -> machine/param.h
+ * - defines ALIGN which clashes with our ALIGN
+ */
+#undef ALIGN
 #define cpu_set_t cpuset_t
 #endif