about summary refs log tree commit diff homepage
path: root/runtime/POSIX/fd_64.c
diff options
context:
space:
mode:
authorCristian Cadar <c.cadar@imperial.ac.uk>2013-10-11 15:37:32 +0100
committerCristian Cadar <c.cadar@imperial.ac.uk>2013-10-11 15:37:32 +0100
commit310ce83f0d04830a0f80c6a98febbfe87195f37d (patch)
treef8da24cdcfbdc35f205786da65a77037ae4d0651 /runtime/POSIX/fd_64.c
parentbda5951b4234fa67a75431162e5edc4acbb4af8b (diff)
downloadklee-310ce83f0d04830a0f80c6a98febbfe87195f37d.tar.gz
Compile separate version of fd files for 3.2 as well.
Diffstat (limited to 'runtime/POSIX/fd_64.c')
-rw-r--r--runtime/POSIX/fd_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/POSIX/fd_64.c b/runtime/POSIX/fd_64.c
index 2178ad14..21a986aa 100644
--- a/runtime/POSIX/fd_64.c
+++ b/runtime/POSIX/fd_64.c
@@ -17,7 +17,7 @@
 
 
 #include "klee/Config/Version.h"
-#if defined(ENV64) || (LLVM_VERSION_CODE < LLVM_VERSION(3, 3))
+#if defined(ENV64) || (LLVM_VERSION_CODE < LLVM_VERSION(3, 2))
 #define _LARGEFILE64_SOURCE
 #define _FILE_OFFSET_BITS 64
 #include "fd.h"