freebsd-ports/benchmarks/smhasher/files/patch-Platform.h
Mathieu Arnold 56bf85096c Cleanup patches, category benchmarks
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-27 15:09:11 +00:00

12 lines
323 B
C

--- Platform.h.orig 2014-04-22 21:40:50 UTC
+++ Platform.h
@@ -39,6 +39,9 @@ void SetAffinity ( int cpu );
#else // defined(_MSC_VER)
#include <stdint.h>
+#if defined(__FreeBSD__)
+#include <stdlib.h>
+#endif
#define FORCE_INLINE inline __attribute__((always_inline))
#define NEVER_INLINE __attribute__((noinline))