freebsd-ports/math/libpgmath/files/patch-lib_common_dispatch.c
Johannes M Dieterich 407849a7a7 math/libpgmath: update to latest snapshot
Bump LLVM requirement to devel/llvm70. Unify handling in port.
2019-10-20 18:07:29 +00:00

14 lines
314 B
C

--- lib/common/dispatch.c.orig 2019-10-20 14:21:37 UTC
+++ lib/common/dispatch.c
@@ -95,11 +95,7 @@
#endif // #ifndef _WIN64
-#if defined(TARGET_LINUX_X8664) || defined(TARGET_LINUX_POWER) || defined(TARGET_WIN_X8664)
-#include <malloc.h>
-#else
#include <sched.h>
-#endif
#include "mth_tbldefs.h"