Skip to content

Commit

Permalink
Compile separate version of fd files for 3.2 as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
ccadar committed Oct 11, 2013
1 parent bda5951 commit 310ce83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/POSIX/fd_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#endif

#include "klee/Config/Version.h"
#if defined(ENV32) || (LLVM_VERSION_CODE < LLVM_VERSION(3, 3))
#if defined(ENV32) || (LLVM_VERSION_CODE < LLVM_VERSION(3, 2))
#define _LARGEFILE64_SOURCE
#include "fd.h"

Expand Down
2 changes: 1 addition & 1 deletion runtime/POSIX/fd_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 310ce83

Please sign in to comment.