mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
Bounded Model Checker for C and C++ programs https://github.com/diffblue/cbmc Sponsored by: Netflix
11 lines
344 B
C
11 lines
344 B
C
--- minisat-2.2.1/minisat/utils/System.h.orig 2011-02-21 13:31:17 UTC
|
|
+++ minisat-2.2.1/minisat/utils/System.h
|
|
@@ -21,7 +21,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OT
|
|
#ifndef Minisat_System_h
|
|
#define Minisat_System_h
|
|
|
|
-#if defined(__linux__)
|
|
+#if defined(__linux__) && defined(__GLIBC__)
|
|
#include <fpu_control.h>
|
|
#endif
|
|
|